Hi all,
all API responses have the wrong date format which does not comply with the ISO 8601 standard.
Now the dates are all without UTC information.
If no UTC relation information is given with a time representation, the time is assumed to be in local time.
Since dates are in UTC format, a Z should be added at the end of the time.
Hi all, all API responses have the wrong date format which does not comply with the ISO 8601 standard.
Now the dates are all without UTC information. If no UTC relation information is given with a time representation, the time is assumed to be in local time. Since dates are in UTC format, a
Z
should be added at the end of the time.2024-02-29T11:30:00
would be2024-02-29T11:30:00Z
Thanks