Sha256: 17a6a0cc0a918c4b7c6cd3e0d9c05061dfba090c11b38fdbd21d552b595d2da2
Contents?: true
Size: 961 Bytes
Versions: 11
Compression:
Stored size: 961 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, -41400, 0, :SAMT tz.offset :o3, -39600, 0, :NST tz.offset :o4, -39600, 0, :BST tz.offset :o5, -39600, 0, :SST tz.transition 1879, 7, :o1, -2855738232, 2889041969, 1200 tz.transition 1911, 1, :o2, -1861879032, 2902845569, 1200 tz.transition 1950, 1, :o3, -631110600, 116797583, 48 tz.transition 1967, 4, :o4, -86878800, 58549967, 24 tz.transition 1983, 11, :o5, 439038000 end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems