Description
Create meeting api- when we try to create a meeting by passing timezone value as “UTC” along with the start time value, then the API response returns the value of “start_time” in local time. Instead it should return the “start_time” in UTC.
Can you please let me know, if this behavior is correct?
Which Endpoint/s?
Create meeting Api.
How To Reproduce (If applicable)
Steps to reproduce the behavior:
[REDACTED]
As per me the start_time value should be 2021-05-28T10:00:00Z(UTC conversion for the the passed start_time in request)
Thank you for reaching out to the Zoom Developer Forum. When you are telling Zoom the timezone, you are setting the time to 2021-05-28T16:00:00Z UTC. If you expect that to be a different time in UTC or any other timezone, it should be set when making the API request. The response will not convert to local time.
When you set a start_time it follows the below rules in regard to the timezone:
Therefore, you just need to set the start_time to “2021-05-28T16:00:00Z” to achieve your goal of setting the time in UTC.
However, let’s say you wanted make the start time of the meeting 3 AM MT. You would set start_time to “2021-05-28T16:00:00” and then set timezone to “America/Denver”.
When the created meeting is returned, the time will be shown in the UTC timezone regardless of what you set: