Please add a supported formula to convert epoch/unix date stamp to human readable format.. We get below output from intercom which we wanted to convert
payload:
first_sent_at:1495576684,
created_at:1495576684
I'm aware that there is a way to do it using 1970-01-01T00:00:00Z".to_time + ([data pill]/(60*60*24)).days but we would like to have a direct formula.
1 person likes this idea
C
Chandra Vippena
said
over 7 years ago
Hi Raghu,
The product team is working on it. we will update once it's implemented.
Raghu K
Formula to convert epoch(UNIX) date stamp
1 person likes this idea