Last active
July 31, 2024 08:10
-
-
Save JJK96/ec558b4bf2eb8b5dff30010a9ecac581 to your computer and use it in GitHub Desktop.
SQLite convert microsoft edge or google chrome history file timestamp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
strftime('%d-%m-%Y %H:%M',datetime(timestamp/1000000+unixepoch("1601-01-01"), 'unixepoch', 'localtime')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment