It seems that Chrome histories for different activities record timestamps in different formats.
By simple SQLite browsing I noticed different lengths of timestamps.
While Browsing history displays correct time and dates, Form history displays always 1/1/1970 1:21 AM.
After searching, I found out that timestamps in Chrome Form history are UNIX epoch format and with some online converters I got the correct time and date.
By simple SQLite browsing I noticed different lengths of timestamps.
While Browsing history displays correct time and dates, Form history displays always 1/1/1970 1:21 AM.
After searching, I found out that timestamps in Chrome Form history are UNIX epoch format and with some online converters I got the correct time and date.
Comment