Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Formula for converting a unix timestamp to a readable date?

I don't see a formula which will take a unix timestamp integer (i.e the number of seconds since 1/1/1970) and convert that to a readable date. anyone done this before?

Posted on Feb 28, 2008 6:46 AM

Reply
Question marked as Best reply

Posted on Feb 28, 2008 7:29 AM

Moshe,

From your description of the unix timestamp, it seems that you just need to add the number of days represented by that number to Jan 1, 1970. Thus the formula as used in the demonstration below:

=B1+B2/24/60/60

pw

User uploaded file
2 replies

Formula for converting a unix timestamp to a readable date?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.