manuelmhtr / countries-and-timezones

Minimalistic library to work with countries and timezones data
MIT License
229 stars 67 forks source link

Africa/Lome missing timezone #1

Closed icnocop closed 4 years ago

icnocop commented 6 years ago

Hi.

Thank you for countries-and-timezones.

I noticed that the time zone "Africa/Lome" is missing from data.json.

http://www.timezoneconverter.com/cgi-bin/zoneinfo?tz=Africa/Lome Country: Togo

This causes a call to getCountriesForTimezone('Africa/Lome') to return [].

I expected it to return [ { 'TG' } ]

Thank you.

manuelmhtr commented 4 years ago

Hi @icnocop, Thanks for the report. Version 2.0.0 added 167 timezone aliases, now Africa/Lome is included.

Thanks,