class Geonames::Timezone
Attributes
dst_offset[RW]
gmt_offset[RW]
raw_offset[RW]
timezone_id[RW]
Public Instance Methods
tzinfo()
click to toggle source
# File lib/geonames/timezone.rb, line 24 def tzinfo TZInfo::Timezone.get(timezone_id) end