vvo / tzdb

🕰 Simplified, grouped and always up to date list of time zones, with major cities
MIT License
776 stars 54 forks source link

Support for ie11 #235

Open diegoot opened 2 years ago

diegoot commented 2 years ago

Hi, I tried to use this library and it works great except in ie11. To make it work I had to transpile it with babel but in the moment I do that the getTimeZones method returns an empty array.

Is this a known issue? Are you planning to add support for ie11? do you know a workaround to be able to keep using the lib?

Thanks in advance !