• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Info TIL Android's internal date storage is unix date format

E.g.: 1655472207557

Equals Friday, 17 June 2022 at 13:23:27.557

I used this website to convert it with: https://www.epochconverter.com/

The reason why I encountered this was that I was trying to figure out when we had a particular tradesman visit and I wasn't having much luck with standard searches, so I pulled out the XML file from SMS Backup & Restore's backups of my Android phone and it has those sorts of numbers listed as the date.
 
wait until they tell you what the OS kernel is. 😛
/s

Yeah, I know 🙂 I just didn't expect that date format to show up in something this close to userland, but I guess the app just tells the Android messages database to perform a dump in plain text and it would be expensive on processor time and slow down the dump if every date was recalculated to say ISO format.
 
Back
Top