Sha256: 656c134fc76afe3dbd19bb164b14e09394375513939dec0a1dbc4db8b13d40dd
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 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, :CST 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
7 entries across 4 versions & 2 rubygems