Sha256: 2e482f1409923ada46772ec11852c3d70100efdecd7ab98c0bf7cff55fd32596
Contents?: true
Size: 702 Bytes
Versions: 9
Compression:
Stored size: 702 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -1172913768, 2912414531, 1200 tz.transition 1944, 8, :o2, -799491600, 19450673, 8 tz.transition 1963, 12, :o1, -189423000, 117042965, 48 end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems