DateTime Values

DateTime values are expressed as UTC values in the format "yyyy-mm-dd hh:mm:ss"

Values are always expressed in UTC (equivalent to an offset of +00:00) in filters or response body:

  • The hidden timezone designator is always Z.
  • The hours component must be specified as two digits in 24-hour format.

For example, the date 30 Dec 2001 9:30:00AM UTC is formatted as 2001-12-30 09:30:00.