Objective
On September 1, 2026, date_created and date_updated on Functions and Assets resources will return accurate UTC timestamps.
Before this time, these fields return values shifted forward by the Pacific Standard Time time zone offset (+7 hours) despite the Z suffix indicating UTC. This is a presentation-layer bug introduced in 2023; the underlying data is correct.
The correction applies retroactively. Any request made on or after September 1 will return corrected UTC values, including for resources created before that date.
Product
Functions
Procedure
If you have integrations that depend on date_created or date_updated for sorting, filtering, display, time-range comparisons, or audit logic, you should review your implementation before September 1 to confirm it handles the corrected values.