Hi,
In the old API, the ‘text’ of the Date field was returned based on the timezone of the user profile:
However, in the new API (‘2023-10’), the ‘text’ is returned in UTC:
This is causing our calendar app to display all date times incorrectly for users. Is there a way to obtain the ‘converted’ timezone date value without specifically retrieving the timezone from the user’s profile and performing additional logic on our own?
Br, YH