Sha256: 7e0ceb763ec147e5e0350a62c8a20ae6994b5ef03cc12bf79cea9fd34190e041
Contents?: true
Size: 654 Bytes
Versions: 226
Compression:
Stored size: 654 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, :CIT 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
226 entries across 156 versions & 16 rubygems