Sha256: 1d16ce76efd2808eb454318f675f3d52f0fe25c2edc9269f4763af90f5e8cd04
Contents?: true
Size: 527 Bytes
Versions: 4
Compression:
Stored size: 527 Bytes
Contents
require 'tzinfo/timezone_definition' 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 1943, 12, :o2, 19448721, 8 tz.transition 1963, 12, :o1, 117042965, 48 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems