spencermountain / spacetime

A lightweight javascript timezone library
http://spacetime.how/
Other
3.98k stars 183 forks source link

Cannot find timezone named: America/Fort_Nelson #230

Closed craigpaul closed 3 years ago

craigpaul commented 3 years ago

Hey there, had an error pop up a couple of times lately stating that spacetime cannot find a timezone named America/Fort_Nelson. Did a quick search of the source code and it appears that it is indeed not there to be found haha. Is it possible to add that timezone to the build?

https://timezonedb.com/time-zones/America/Fort_Nelson

spencermountain commented 3 years ago

hey, of course - good find. Happy to add it in. if you're in a pinch, you can add it to ./zonefile/iana.js and run npm run pack otherwise, i'll add this in the next release cheers

craigpaul commented 3 years ago

Awesome! Thanks Spencer!

spencermountain commented 3 years ago

fixed in v6.7.0 cheers