Sha256: bf592155fe724ed02cce0438747aa79785fd1b16d0c4aa8d390d2be94014bf03
Contents?: true
Size: 751 Bytes
Versions: 32
Compression:
Stored size: 751 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://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, :'+09' tz.offset :o2, 34200, 0, :'+0930' tz.offset :o3, 32400, 0, :WIT tz.transition 1932, 10, :o1, -1172913768, 2912414531, 1200 tz.transition 1944, 8, :o2, -799491600, 19450673, 8 tz.transition 1963, 12, :o3, -189423000, 117042965, 48 end end end end end end
Version data entries
32 entries across 32 versions & 6 rubygems