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?