What type of date this is?

I’m trying to mess around the api a bit, mainly getting the dates, how ever I can’t seem to put my finger on what format it is and how to “convert” it.

image

1 Like

This is UNIX timestamp. It shows seconds after a certain date. You can use os.date to convert it, filling the appropriate format string and the said time.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.