Date and time formats

The date format should be a string representing the date (and optionally time) in ISO 8601 format:

  • yyyy-mm-dd for a date with no time

  • yyyy-mm-ddThh:mm:ssZ for a date with time (Z means the time is in UTC)

For time only fields, the format is hh:mm

Last updated