Sha256: 7076bf8f2e899e951f1f1f76f5227b46f84fceadb08970e304a4571dea3ff750
Contents?: true
Size: 559 Bytes
Versions: 7
Compression:
Stored size: 559 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Enderbury include TimezoneDefinition timezone 'Pacific/Enderbury' do |tz| tz.offset :o0, -41060, 0, :LMT tz.offset :o1, -43200, 0, :'-12' tz.offset :o2, -39600, 0, :'-11' tz.offset :o3, 46800, 0, :'+13' tz.transition 1901, 1, :o1, 10434467413, 4320 tz.transition 1979, 10, :o2, 307627200 tz.transition 1994, 12, :o3, 788871600 end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems