Sha256: e7a50330f09eee34ff7459cd78b2abf28e6c7b2bd61ecc9f83190c839cb33486
Contents?: true
Size: 442 Bytes
Versions: 53
Compression:
Stored size: 442 Bytes
Contents
module TZInfo module Definitions module Pacific module Fakaofo include TimezoneDefinition timezone 'Pacific/Fakaofo' do |tz| tz.offset :o0, -41096, 0, :LMT tz.offset :o1, -39600, 0, :TKT tz.offset :o2, 46800, 0, :TKT tz.transition 1901, 1, :o1, 26086168537, 10800 tz.transition 2011, 12, :o2, 1325242800 end end end end end
Version data entries
53 entries across 40 versions & 11 rubygems