Meeting start_time is different when i call the meeting data

Using this template helps us debug your issues more effectively :slight_smile:

Description
A clear and concise description of what the question is.
when i save a meeting it’s stored correctly on zoom, when i open zoom start_time is fine , but when i call a meeting endpoint and provide meeting id i get different start_time …
here 's an example
meeting id : 938 4492 6089
stored start_time (07:30 PM)
when i display it i get (16:30)

i suspected it’s the time zone but account is in (Riyadh Saudi Arabia ) and current computer is in (Egypt) → one hour difference not 3
Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
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?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

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

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

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @maged.ahmedr,

Thanks for reaching out about this.

To clarify, the start_time returned by Zoom’s APIs will always be in GMT/UTC. The start time you see in the Zoom UI, however, will always be converted to local time on our frontend.

It sounds like this is what you’re noticing, but let me know if I’ve misunderstood.

Thanks!
Will

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