Module: ISO3166::TimezoneExtensions

Defined in:
lib/countries/timezones.rb

Overview

Extend Country class with support for timezones

Instance Method Summary collapse

Instance Method Details

#timezonesObject



5
6
7
# File 'lib/countries/timezones.rb', line 5

def timezones
  @tz_country ||= TZInfo::Country.get(alpha2)
end