Format
An ISO 8601 timestamp looks like this:| Part | Meaning |
|---|---|
2026-03-15 | Date in year-month-day order |
T | Separator between date and time |
14:30:00 | Time in 24-hour format (hours:minutes:seconds) |
Z | UTC timezone (also called “Zulu”) |
Timezone offsets
Instead ofZ, you can specify a UTC offset:
Using timestamps in query parameters
When filtering by timestamp, pass the full ISO 8601 string as the parameter value:Generating timestamps
- JavaScript
- Python
- Ruby
- cURL