Timestamp

All the timestamps , both in query parameters and response payload, are in UTC (Coordinated Universal Time) and follow the ISO 8601 standard format:

  • Format: YYYY-MM-DDTHH:MM:SS.ssssss+00:00
  • Eg. 2024-05-30T17:07:05.095573+00:00
ComponentFormatExample ValueDescription
YearYYYY20244-digit year
MonthMM52-digit month (01–12)
DayDD302-digit day of the month (01–31)
SeparatorTTIndicates start of time component (per ISO 8601)
HourHH172-digit hour in 24-hour format (00–23)
MinuteMM72-digit minute (00–59)
SecondSS52-digit second (00–59)
Microseconds.ssssss0.095573Optional: up to 6-digit fractional seconds (precision beyond milliseconds)
Timezone Offset+HH:MM+00:00UTC offset; +00:00 indicates UTC (“Z” time)

Did this page help you?