Sha256: ff66bc30f8b8d4aa35f86467a56f8edc52a6201a455b7129edb79fd4f33bf084
Contents?: true
Size: 553 Bytes
Versions: 10
Compression:
Stored size: 553 Bytes
Contents
# encoding: UTF-8 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, :'+09' tz.offset :o2, 34200, 0, :'+0930' tz.offset :o3, 32400, 0, :WIT tz.transition 1932, 10, :o1, 2912414531, 1200 tz.transition 1944, 8, :o2, 19450673, 8 tz.transition 1963, 12, :o3, 117042965, 48 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems