Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How the timestamp value is being converted in the below screen shot, the highlighted one ?

avatar
New Member

c1.png How we can format the timestamp value. which format is it and how its converted ?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

@Gaurav Parmar

If you are asking about the numbers : 1324256400 (Monday, December 19, 2011 1:00:00 AM) and 1324303200 (GMT: Monday, December 19, 2011 2:00:00 PM), they are the epoch timestamp.

I am not sure about your use case on how/when are you going to supply the timestamp.

But, this is one reference to convert human readable dates and time to timestamps and vice versa.

https://www.epochconverter.com/

View solution in original post

1 REPLY 1

avatar
Expert Contributor

@Gaurav Parmar

If you are asking about the numbers : 1324256400 (Monday, December 19, 2011 1:00:00 AM) and 1324303200 (GMT: Monday, December 19, 2011 2:00:00 PM), they are the epoch timestamp.

I am not sure about your use case on how/when are you going to supply the timestamp.

But, this is one reference to convert human readable dates and time to timestamps and vice versa.

https://www.epochconverter.com/