Sha256: 5a1c5dbbd09fbdbf0b0426e7d6623a36841a968a0f65ea169356709fd8007e7a
Contents?: true
Size: 877 Bytes
Versions: 31
Compression:
Stored size: 877 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data 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, -1830414140, 10451817293, 4320 tz.transition 1942, 2, :o2, -879152400, 19443297, 8 tz.transition 1945, 9, :o3, -766054800, 19453769, 8 tz.transition 1976, 5, :o4, 199897200 tz.transition 2000, 9, :o3, 969120000 end end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems