So I've been trying to figure out the format of the 'date_added' field in the Chrome Bookmarks file. e.g. 13024882639633631
After a lot of research, I learned that those numbers were actually the number of milliseconds since 1601-01-01 like the Windows NT Time format.
I asked a question on SO and a smart guy looked up the Chromium source and got the exact details.
Anyway, he posted a Python snippet which I edited a bit. You can have a look here: https://github.com/keithxm23/ChromeTimeToDate
After a lot of research, I learned that those numbers were actually the number of milliseconds since 1601-01-01 like the Windows NT Time format.
I asked a question on SO and a smart guy looked up the Chromium source and got the exact details.
Anyway, he posted a Python snippet which I edited a bit. You can have a look here: https://github.com/keithxm23/ChromeTimeToDate
No comments:
Post a Comment