Hi.
The Web API docs use a Zoned date time format, e.g. “2019-08-24T14:15:22Z” (note the Z at the end) seemingly for everything, which would imply UTC instant.
However, it seems that the actual date time is stored as local date time in America/Denver time zone and is returned as e.g. “2022-09-30T16:59:59” (note no Z at the end).
Could you please confirm this and whether it is intended bvehaviour and just a bug in the docs?
I don’t really mind either way, just want to make sure my code won’t break if you decide to fix it and start returning zoned format.
Thanks