Sha256: 173675c0c0503b5d1d04e02aea7c00b8060bcbd7b8ecf1137267bc7c345d7eb9
Contents?: true
Size: 624 Bytes
Versions: 240
Compression:
Stored size: 624 Bytes
Contents
module TZInfo module Definitions module Pacific module Saipan include TimezoneDefinition timezone 'Pacific/Saipan' do |tz| tz.offset :o0, -51420, 0, :LMT tz.offset :o1, 34980, 0, :LMT tz.offset :o2, 32400, 0, :MPT tz.offset :o3, 36000, 0, :MPT tz.offset :o4, 36000, 0, :ChST tz.transition 1844, 12, :o1, 3448702217, 1440 tz.transition 1900, 12, :o2, 3478154537, 1440 tz.transition 1969, 9, :o3, 19523961, 8 tz.transition 2000, 12, :o4, 977493600 end end end end end
Version data entries
240 entries across 163 versions & 17 rubygems