react-intl

How to get list of all timezones in javascript

柔情痞子 提交于 2019-11-27 06:40:36
问题 I am developing an application with react/redux, and I started using library react-intl for formatting messages and dates. I have already been able to show in a <FormattedDate> tag what timezone it's using. I would like to have in a select all the possible timezones existing, so when the user picks one timezone, the <FormattedDate> changes to that format automatically. I don't find how to list all posible timezones with react-intl. I have also searched in google, and I did not find any built