How to change the timezone of the datetime values returned from API endpoints

I am using Conversations details API (api/v2/analytics/conversations/details/query)endpoint for getting the call data.
It returns the Datetime values in following format '2020-09-22T13:46:37.440Z', which I believe is UTC timezone.
Is there a way to change this into desired timezone ex. US central time, in the response itself?

As far as I know there's no way to configure the timezone of API responses. You would have to apply the conversion after receiving the response.

You can use the following link to describe your use case and request that feature: https://genesyscloud.ideas.aha.io/

Thanks for your response!

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.