spencermountain / spacetime

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

Cannot find timezone named: 'Africa/Asmara' #323

Closed davidurco closed 2 years ago

davidurco commented 2 years ago

Error in render: "Error: Spacetime: Cannot find timezone named: 'Africa/Asmara'. Please enter an IANA timezone id."

To my knowledge, this is a valid IANA timezone. Can this be fixed?

spencermountain commented 2 years ago

hey @Hectix - yeah, it's amazing how tricky these timezone ids are. i believe the iana code is now Africa/Asmera - although we should support both. Maybe we should add this list of aliases - or if there are more, please let me know.

You can see the current (and evolving) set of iana codes and aliase here - prs welcomed cheers

davidurco commented 2 years ago

324 Merged. @spencermountain Thanks!!!