Sha256: 6a4dbaa45f8c5bdea8f44d957daee8721d3846fe46de4edd819c1d3a738cef27
Contents?: true
Size: 794 Bytes
Versions: 7
Compression:
Stored size: 794 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, :'+11' tz.offset :o2, 36000, 0, :'+10' tz.offset :o3, 32400, 0, :'+09' tz.offset :o4, -43200, 0, :'-12' tz.offset :o5, 43200, 0, :'+12' tz.transition 1900, 12, :o1, 1304307919, 540 tz.transition 1936, 12, :o2, 58284817, 24 tz.transition 1941, 3, :o3, 29161021, 12 tz.transition 1944, 2, :o1, 19449009, 8 tz.transition 1969, 9, :o4, 58571881, 24 tz.transition 1993, 8, :o5, 745934400 end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems