I am working in Firefox’s places.sqlite file and need to convert the local DateTime to PRTime, using C#. PRTime is "a 64-bit integer representing the number of microseconds since midnight (00:00:00) 1 January 1970 Coordinated Universal Time (UTC)) to a datetime."
I am working in Firefox’s places.sqlite file and need to convert the local DateTime
Share
This can be achieved with this little helper class here: