Date/Time Format
Last updated
Last updated
Date/time values are found both as inputs and outputs in multiple places in the API.
We use including milliseconds for all output values. Here's an example showing standard date/time output formatting:
When a date/time is required as an input to an API endpoint, you may use a variety of formats.
[DATE_TIME]
must be a string value representing a date, parsed and interpreted using the same algorithm implemented by Javascript's
Examples include:
ISO 8601, no milliseconds:
ISO 8601, with milliseconds:
Date string:
See for caveats on using different formats.