Time Zone returned by API

Can i have the list of “timezone” that may be returned by API such as /meetings/{meetingId}
, and also the correspoing GMT value.

E.g in the example page:

its “America/New_York” --> GMT-4

I need all the possible value.

Hey @m.wf,

You can see the supported timezones here:

Thanks,
Tommy

but it only provide a name such as “Asia/Hong_Kong” , “America/New_York” which not align the timezone list when i schedule a meeting/webinar.

In what way I can have the GMT value, e.g. “Asia/Hong_Kong” is GMT +8. ?

Hey @m.wf,

You can get the timezone offset programmatically, for example, in JavaScript use getTimezoneOffset.

Thanks,
Tommy