Skip to content

Instantly share code, notes, and snippets.

@CarissaDurko
Created July 7, 2025 18:03
Show Gist options
  • Select an option

  • Save CarissaDurko/ee67226a9c64fb79c89dc91045f042a5 to your computer and use it in GitHub Desktop.

Select an option

Save CarissaDurko/ee67226a9c64fb79c89dc91045f042a5 to your computer and use it in GitHub Desktop.
SQL Sort Browser History by Local Time​
SELECT url,title,datetime(last_visit_time/ 1000000 + (strftime('%s','1601-01-01')),'unipoch','localtime')
FROM urls
ORDER BY last_visit_time DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment