Sha256: 70aa5191d208f015f38a43519a9d6c89e8946a9905efc0207a1dd9ca2493871b
Contents?: true
Size: 489 Bytes
Versions: 9
Compression:
Stored size: 489 Bytes
Contents
module TZInfo module Definitions module Asia module Jayapura include TimezoneDefinition timezone 'Asia/Jayapura' do |tz| tz.offset :o0, 33768, 0, :LMT tz.offset :o1, 32400, 0, :WIT tz.offset :o2, 34200, 0, :ACST tz.transition 1932, 10, :o1, 2912414531, 1200 tz.transition 1944, 8, :o2, 19450673, 8 tz.transition 1963, 12, :o1, 117042965, 48 end end end end end
Version data entries
9 entries across 6 versions & 2 rubygems