Sha256: 48975129ee0803177bbe14ed418d43cfbf5dc63704b51e13a01ee1b5f1f617f7
Contents?: true
Size: 798 Bytes
Versions: 6
Compression:
Stored size: 798 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Majuro include TimezoneDefinition timezone 'Pacific/Majuro' do |tz| tz.offset :o0, 41088, 0, :LMT tz.offset :o1, 39600, 0, :'+11' tz.offset :o2, 32400, 0, :'+09' tz.offset :o3, 36000, 0, :'+10' tz.offset :o4, 43200, 0, :'+12' tz.transition 1900, 12, :o1, 1086923261, 450 tz.transition 1914, 9, :o2, 58089745, 24 tz.transition 1919, 1, :o1, 19375921, 8 tz.transition 1936, 12, :o3, 58284817, 24 tz.transition 1941, 3, :o2, 29161021, 12 tz.transition 1944, 1, :o1, 19448953, 8 tz.transition 1969, 9, :o4, 58571881, 24 end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems