Timestamps

Timestamps in the Tive public API are all represented as UTC strings. Whether in a request body, response body, or query param, our timestamps will follow the YYYY-MM-DDTHH:mm:ssZ format. For example:

2022-06-09T16:15:04Z

This timestamp is equivalent to June 9, 2022 4:15:04 PM Coordinated Universal Time (UTC).

In some rare instances you may also run into a Unix timestamp. These timestamps are displayed as milliseconds since the Unix epoch (January 1, 1970 00:00:00). A Unix timestamp will follow the following format:

1654791304

This timestamp is equivalent to June 9, 2022 4:15:04 PM Coordinated Universal Time (UTC).