module ISO3166::TimezoneExtensions

def timezones

TODO: rename method to tz_country or something similar
def timezones
  @timezones ||= TZInfo::Country.get(alpha2)
end