cancel
Showing results for 
Search instead for 
Did you mean: 

How do I convert Epoch time to a Date?

amit_kothari
Employee
Employee

What is Epoch time and how do I make it readable in my insight?

1 REPLY 1

amit_kothari
Employee
Employee

The Unix epoch (or Unix time or POSIX time or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. (More info at https://www.epochconverter.com/)

You can use the following formula:

addSeconds(date('1970-01-01'), [Insert EPOCH field here]/1000)