These points apply to time values displayed throughout the API:
- All times returned by the API are in UTC, regardless of the timezone configured within your user's profile. You can use the Get a profile operation to see the
timezone
property for the current user. - Time values in response data are displayed using ISO 8601 format, for example:
"active_since": "2018-01-01T00:01:01"
. - Time values in rate limit responses are displayed in epoch seconds.