Use RFC3339 format
All requests must use RFC 3339 timestamps for start_time and end_time. You can send:- Zulu (UTC) format:
2025-06-15T00:00:00Z
- Offset format:
2025-06-15T00:00:00+10:00
2025-06-15T00:00:00Z
→ UTC2025-06-15T00:00:00+10:00
→ UTC+10
Integration Strategy: Choose One Approach
Before integrating, choose a consistent approach to time handling:- UTC-first: Send and process all timestamps in UTC. Convert to local time in your system if needed.
- Local-first: Always include the correct local timezone offset in API requests.
Example
Requesting raw tariff rates in UTC vs Local Time for a location in Sydney, AustraliaHandling Daylight Saving Time (DST)
If you are using offsets and your request crosses DST transitions, ensure that bothstart_time
and end_time
reflect the correct time offset for the location.
If different time offsets are specified, end_time
takes precedence. The valid_from
and valid_to
times in the response will use the end_time
offset.
end_time
offset.