XF 2.2 How to translate dates in database tables

sdchan

Member
I am looking at a csv file of user upgrades from the xf_user table and I'm not understanding the date formats contained - how do I translate these into actual dates? See screenshot below:

1652369740984.webp
 
They are unix timestamps (the number of seconds since Jan 1, 1970 UTC.

Some info:

And some info for converting them to human readable dates in Excel:
 
Top Bottom