¡@

Home 

python Programming Glossary: sql_select

Convert datetime fields in Chrome history file (sqlite) to readable format

http://stackoverflow.com/questions/2141537/convert-datetime-fields-in-chrome-history-file-sqlite-to-readable-format

via a SQL command in python is pretty straightforward sql_select SELECT datetime moz_historyvisits.visit_date 1000000 'unixepoch'.. moz_historyvisits.place_id get_hist list cursor.execute sql_select Chrome also stores history in a sqlite file.. but it's history.. datetime sqlite3 share improve this question Try this sql_select SELECT datetime last_visit_time 1000000 11644473600 'unixepoch'..