Sha256: 46fdead9242c7af6db1567e55a4e29717101a59651b87697e6b1e3e457741fad
Contents?: true
Size: 631 Bytes
Versions: 9
Compression:
Stored size: 631 Bytes
Contents
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, :NST tz.offset :o3, -39600, 0, :BST tz.offset :o4, -39600, 0, :SST tz.transition 1879, 7, :o1, 2889041969, 1200 tz.transition 1911, 1, :o2, 2902845569, 1200 tz.transition 1967, 4, :o3, 58549967, 24 tz.transition 1983, 11, :o4, 439038000 end end end end end
Version data entries
9 entries across 6 versions & 2 rubygems