Converting EPOCH timestamp

AceFI

Board Regular
Joined
Apr 20, 2012
Messages
93
hey all.

for some reason i just can't seem to convert a unix timestamp to correct date and time..
my raw timestamp is 1655186004.
www.epochconverter.com shows it as 17/6/2022 3:53:53 which is pretty much correct
i've tried formatting in excel using a few different ways from google...

F14 has the raw timestamp

=((F14/86400)/IF(LEN(F14)=13,1000,1))+DATE(1970,1,1) results in 14/06/22 5:53:24 am
=((F15/1000)/86400)+(DATEVALUE("1-1-1970") - DATEVALUE("1-1-1900")) results in 19/01/70 3:46:26 am
=(F15/86400)+DATE(1970,1,1) results in 14/06/22 5:53:24 am

any suggestions here?

thanks
 
hey team, another example that works in the website, but can't get to work in excel?? 1656314957352
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top