Sha256: 0ae2103a49f5bbc6c2d6b3f93d4c0196988939964c31d41ca3f9ef957a8d3aae
Contents?: true
Size: 636 Bytes
Versions: 17
Compression:
Stored size: 636 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 Pitcairn include TimezoneDefinition timezone 'Pacific/Pitcairn' do |tz| tz.offset :o0, -31220, 0, :LMT tz.offset :o1, -30600, 0, :'-0830' tz.offset :o2, -28800, 0, :'-08' tz.transition 1901, 1, :o1, -2177421580, 10434466921, 4320 tz.transition 1998, 4, :o2, 893665800 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems