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:
The Unix time stamp tracks time as a running count of seconds. The count begins at the "Unix Epoch" on January 1st, 1970, so a Unix time stamp is simply the total seconds between any given date and the Unix Epoch.
I confirm the one written by @digitalpoint, however I wanted to add another equally useful service, with the possibility of performing batch conversions. you can also do reverse conversions