Sha256: a077795ceff2bed0914293b29feb54c819db4e90f833b1e5df95508c9d70043a
Contents?: true
Size: 552 Bytes
Versions: 8
Compression:
Stored size: 552 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Kwajalein include TimezoneDefinition timezone 'Pacific/Kwajalein' do |tz| tz.offset :o0, 40160, 0, :LMT tz.offset :o1, 39600, 0, :MHT tz.offset :o2, -43200, 0, :KWAT tz.offset :o3, 43200, 0, :MHT tz.transition 1900, 12, :o1, 1304307919, 540 tz.transition 1969, 9, :o2, 58571881, 24 tz.transition 1993, 8, :o3, 745848000 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems