Sha256: 4cd0b2e37665921c1c9a0d4fd1dea1e445c64e0969ab82811d79d26d708d5889
Contents?: true
Size: 488 Bytes
Versions: 226
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, :EIT 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
226 entries across 156 versions & 16 rubygems