What is the format of Chrome's timestamps?

前端 未结 6 1232
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 00:33

I\'m using SQLite Database Browser to read information from a database containing the browsing history for Google Chrome. My current code that I am executing in the \"Execut

6条回答
  •  天命终不由人
    2020-12-13 01:08

    You can substract 11644473600000 (1/1/1601 is -11644473600000 in unixepoch) and treat it as a regulat unix epoch timestamp this is assuming miliseconds.

    milis: 11644473600000 seconds: 11644473600

提交回复
热议问题