Time Stamp in API

When pulling data through the API, does the server correct for the time zone? Or is the output based on UTC?

1 Like

The output is in an epoch format “1609620600”, you can convert the timestamp to either UTC or your local time by the software you are using. I use this epoch converter to play around with the time stamp dates https://www.epochconverter.com/

1 Like