Sha256: 2011a6b7f2b39c5a756c2ea0dcbeb2eb36df8f4a653c13075592037d32efbfd4
Contents?: true
Size: 468 Bytes
Versions: 9
Compression:
Stored size: 468 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Pago_Pago include TimezoneDefinition timezone 'Pacific/Pago_Pago' do |tz| tz.offset :o0, 45432, 0, :LMT tz.offset :o1, -40968, 0, :LMT tz.offset :o2, -39600, 0, :SST tz.transition 1892, 7, :o1, 2894740769, 1200 tz.transition 1911, 1, :o2, 2902845569, 1200 end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems