Sha256: cb0ce06bae4c56b141cd526dfa59b9ceaa2b43740c2ec535175a5a6885555564
Contents?: true
Size: 465 Bytes
Versions: 10
Compression:
Stored size: 465 Bytes
Contents
# encoding: UTF-8 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, :'-11' tz.offset :o2, 46800, 0, :'+13' tz.transition 1901, 1, :o1, 26086168537, 10800 tz.transition 2011, 12, :o2, 1325242800 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems