TimeZone info in the invitation

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/meetings/" + MeetingID + “/invitation”

https://api.zoom.us/v2/meetings/{meetingId.Trim()}/recordings

Description
We can get the meeting start time with the time zone info in the invitation API, and in get recording API, there is also time zone info, but the format is different in these two API, for example if I book a meeting in UTC-7 Mazatlan, it shows Mazatlan, but shows America/Mazatlan in the recording API. I suppose America/Mazatlan is the correct one, because it is in IANA standard. Could you please advise how the time zone show in the invitation API? And what’s the standard for it?

Hi @Eve1
Thanks for reaching out.
It looks like the format in the meeting invitation is a little bit simpler and this could be for brevity and to make it more user friendly

But I can confirm that the time zone is the same in both endpoints