WesleyBranton / Grandfather-Clock

Turn your browser into a grandfather clock that plays a tune at the top of each hour!
https://addons.mozilla.org/firefox/addon/grandfather-clock/
Mozilla Public License 2.0
3 stars 1 forks source link

Use browser timezone list #48

Open WesleyBranton opened 1 week ago

WesleyBranton commented 1 week ago

Currently, the list of timezones is being populated manually. Instead, the timezone list should contain only values that are supported by the browser using the Intl.supportedValuesOf('timeZone') function.