Tzdata.TableData

Provides data about which timezones to use for which area. This is based on the information in the zone1970.tab part of the IANA tz database.

The tz database contains a lot of legacy timezones that are not needed for most users.

The database file says:

This table is intended as an aid for users, to help them select time zone data entries appropriate for their practical needs. It is not intended to take or endorse any position on legal or territorial claims.

Summary

country_codes()

Returns a list of all country_codes found in the zone1970.tab file

for_country_code(arg1)

Provides entries with timezones that are in use in the country that corresponds to the country_code argument

for_timezone(arg1)

Provides the entry for the timezone given as argument

timezones()

Returns a list of all timezones found in the zone1970.tab file

Functions

country_codes()

Returns a list of all country_codes found in the zone1970.tab file

for_country_code(arg1)

Provides entries with timezones that are in use in the country that corresponds to the country_code argument.

for_timezone(arg1)

Provides the entry for the timezone given as argument.

timezones()

Returns a list of all timezones found in the zone1970.tab file