Sha256: 88b594b74a36ea718a029991803d29dbb7a72d2959c35acfb71102a324f39960
Contents?: true
Size: 851 Bytes
Versions: 22
Compression:
Stored size: 851 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -2855738232, 2889041969, 1200 tz.transition 1911, 1, :o2, -1861879032, 2902845569, 1200 tz.transition 1967, 4, :o3, -86878800, 58549967, 24 tz.transition 1983, 11, :o4, 439038000 end end end end end end
Version data entries
22 entries across 22 versions & 1 rubygems