kappapiana / transtimezone

Quickly translates times between timezones
Apache License 2.0
0 stars 1 forks source link

Translate ISO Zones to IATA #16

Open kappapiana opened 6 months ago

kappapiana commented 6 months ago

Currently only IATA timezones and very few ISO timezones are accepted.

This Wikipedia page has a translation that can be transformed in a dictionary on array of tuples https://en.m.wikipedia.org/wiki/List_of_tz_database_time_zones

The idea is to have a checker that if the entry is not in the list of IATA, goes there and finds the corresponding. This is a good source for the suggestions steps.