Sha256: f341efc12c29825545bc6d82b7e1bdaedfbc80b7a8b3c284f253e4143fd01a2b
Contents?: true
Size: 692 Bytes
Versions: 17
Compression:
Stored size: 692 Bytes
Contents
require 'tzinfo/timezone_definition' 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
17 entries across 17 versions & 1 rubygems