Sha256: 719ee678ff303d021379b2fd2bafb1c17eeaf3070aca33b4931c1e3cd59fc3ac
Contents?: true
Size: 442 Bytes
Versions: 242
Compression:
Stored size: 442 Bytes
Contents
module TZInfo module Definitions module Pacific module Pitcairn include TimezoneDefinition timezone 'Pacific/Pitcairn' do |tz| tz.offset :o0, -31220, 0, :LMT tz.offset :o1, -30600, 0, :PNT tz.offset :o2, -28800, 0, :PST tz.transition 1901, 1, :o1, 10434466921, 4320 tz.transition 1998, 4, :o2, 893665800 end end end end end
Version data entries
242 entries across 165 versions & 17 rubygems