Zoom API returning incorrect start time for webinars

Description
We are finding the Zoom API is returning the start time back to us an hour early, 18:00 instead of 19:00. The webinar time in the Zoom dashboard is correct at 7pm for that date, but Zoom api keeps returning 6pm, see highlighted below.

Do you have a point of contact at Zoom developers to help troubleshoot and resolve? If you can send them an email and copy us that would be helpful.

Below is an example that can be sent to Zoom. This is what is being returned to us for 30 March.

Error
CreatedAt: {3/11/2021 2:50:21 PM}
Duration: 60
HostId: “Vuf1YPG_QVqYObYJA0pJWw”
Id: 87408505634
JoinUrl:
Knowing the endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Which Endpoint/s?
https://api.zoom.us/v2/users//webinars

How To Reproduce (If applicable)
Steps to reproduce the behavior:


We retrieve the Webinars just fine . Issue is with the time that gets returned . It is one hour behind .

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
Example of some days that are returned to us :
I can only add one image.
Additional context
Times that are showing in zoom dashboard :
Can only add one image so couldnt add an image here
Add any other context about the problem here.
Our implementation works for days before March 28th . These days match up fine in zoom dashboard .

Can zoom return us the corrected time for the event to match the dashboard ? or should we handle the time zone change ourselves ?


Screenshot example

Hi @zoomaa,

What timezone is your Zoom dashboard set to? Our API response will always return the start_time in UTC, and it’s then converted to local time in our Frontend. We recommend you handle this similarly for your own applications as well.

Let me know if this helps to clarify. Thanks!
Will

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