Date/Time Format And Time Zones¶
Date and time values are always exchanged in ISO 8601 format with time zone information and millisecond fractions being mandatory. This is true for the values returned by this API as well as the values you provide when making requests.
Date/Time | Format-Examples | Data Examples |
---|---|---|
Date with time | YYYY-MM-DD’T’HH:MM:ss.SSSZ or YYYY-MM-DD’T’HH:MM:ss.SSS+00:00 | 2016-02-04T10:30:12.000Z |
Date only | YYYY-MM-DD | 2016-02-04 |
Time only | HH:MM:SS.SSSZ | 10:30:12.000Z |