module ISO3166::TimezoneExtensions

Extend Country class with support for timezones

Public Instance Methods

timezones() click to toggle source
# File lib/countries/timezones.rb, line 5
def timezones
  @tz_country ||= TZInfo::Country.get(alpha2)
end