Brave Browser stores browser history in a sql lite database. Each visit to a url is recorded in a table called visits. One of the fields in that table is visit_time.
QUESTION: How is visit time converted to human-readable format?
For example, here is the data for the visit made to the Brave Community where I am typing this new topic:
.
.
.
. Unfortunately, I am unable to obtain a verifiable result when computing the date by counting seconds since January 1, 1970.
I tried four different ways starting with epochconverter .com:
.
At epochconverter .com, visit_time 13250627305551448 does not fit into the field for entering a timestamp. It returned a date bearing no discernable correlation to the date when the browser visited the url.
.
You can help solve it by going to one specific page at, lets say 12 noon, then go to a different one at 1pm. Then compare the times. You’ll know pretty close to what an hour value is then. Then work backwards and figure it out. Then come back here, post the result and mark it as the solution.