Sha256: e39357d737331be4fe7a28f223e0214f4d1794b7523fff41088d93b4d678f87d
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module Pacific module Pohnpei include TimezoneDefinition timezone 'Pacific/Pohnpei' do |tz| tz.offset :o0, -48428, 0, :LMT tz.offset :o1, 37972, 0, :LMT tz.offset :o2, 39600, 0, :'+11' tz.offset :o3, 32400, 0, :'+09' tz.offset :o4, 36000, 0, :'+10' tz.transition 1844, 12, :o1, -3944629972, 51730532507, 21600 tz.transition 1900, 12, :o2, -2177490772, 52172317307, 21600 tz.transition 1914, 9, :o3, -1743678000, 58089745, 24 tz.transition 1919, 1, :o2, -1606813200, 19375921, 8 tz.transition 1936, 12, :o4, -1041418800, 58284817, 24 tz.transition 1941, 3, :o3, -907408800, 29161021, 12 tz.transition 1945, 7, :o2, -770634000, 19453345, 8 end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems