Timezone return for updatedAt?

We are located in the US, but every time we update a. post, the API returns updatedAt at field as a date/time from Europe/London. We went into our Environment settings and fixed the date time to be ā€œEastern Timeā€, but this has no effect whatsoever. The API still always returns the updatedAt time as a time in Europe and not our timezone. This is causing us to have several errors in the app, because the date on the server is different than the date on the client (e.g. the DatoCMS server is returning a future date!). How do we fix this so that the updateAt will reflect our current time zone?

Hello @osseonews

We just shipped a fix for this :slightly_smiling_face:
Let us know if now you get the expected response

Thank you for the feedback!