Sha256: ee49e28157bedb6899970b2c4c6b8c5a813888d037be252c8d43986680c0dfd4
Contents?: true
Size: 662 Bytes
Versions: 21
Compression:
Stored size: 662 Bytes
Contents
require 'tzinfo/timezone_definition' 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
21 entries across 21 versions & 1 rubygems