Sha256: 0aab24e3ce503b887e1a7c5704459b3f58a52622b113869d3b30b42244fdb6e7
Contents?: true
Size: 508 Bytes
Versions: 8
Compression:
Stored size: 508 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, :WIT tz.offset :o2, 34200, 0, :ACST 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
8 entries across 8 versions & 2 rubygems