Sha256: 8ed8bcda33a0f304ba26bc2f4ffac7f0682cbad67794caa799f032220778a335
Contents?: true
Size: 655 Bytes
Versions: 16
Compression:
Stored size: 655 Bytes
Contents
module TZInfo module Definitions module Asia module Dili include TimezoneDefinition timezone 'Asia/Dili' do |tz| tz.offset :o0, 30140, 0, :LMT tz.offset :o1, 28800, 0, :TLT tz.offset :o2, 32400, 0, :JST tz.offset :o3, 32400, 0, :TLT tz.offset :o4, 28800, 0, :WITA tz.transition 1911, 12, :o1, 10451817293, 4320 tz.transition 1942, 2, :o2, 19443297, 8 tz.transition 1945, 9, :o3, 19453769, 8 tz.transition 1976, 5, :o4, 199897200 tz.transition 2000, 9, :o3, 969120000 end end end end end
Version data entries
16 entries across 9 versions & 2 rubygems