
.png)
Former Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to convert Epoch Unix Timestamp 1668080702447 MM/DD/YYYY
Last Update:
Nov 11, 2024 4:26:07 AM
Updated By:
Created date:
Nov 10, 2022 9:13:27 AM
You can find information on how to covert the Epoch Unix timestamp on: https://www.unixtimestamp.com/
The unix time stamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC. Therefore, the unix time stamp is merely the number of seconds between a particular date and the Unix Epoch.
To convert it to date and time you will need to use the following syntax:
timeStamp(Makedate(1970,1,1)+ 1668085945 /24/60/60 + Date((120/24/60) , 'YYYY-MM-DD hh:mm:ss'))
The number 1668085945 is your timestamp. Replace it with the timestamp you wish to convert.
2,225 Views
Comments

Specialist III
3 weeks ago
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Thanks @Bill_Britt and @Sonja_Bauernfeind
works perfectly