Sha256: ea274be23fdfc3c9ee7264f4c97bc0a92560ff80223bc5312d3c02e32cfc9a0c
Contents?: true
Size: 478 Bytes
Versions: 10
Compression:
Stored size: 478 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Pacific module Port_Moresby include TimezoneDefinition timezone 'Pacific/Port_Moresby' do |tz| tz.offset :o0, 35320, 0, :LMT tz.offset :o1, 35312, 0, :PMMT tz.offset :o2, 36000, 0, :'+10' tz.transition 1879, 12, :o1, 5200664597, 2160 tz.transition 1894, 12, :o2, 13031248093, 5400 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems