Sha256: 0f1ac18912d518fc6a6a1c8ba98c5e3ab34bcdbb6ec8a3a64a0ad649cc7cd44f
Contents?: true
Size: 732 Bytes
Versions: 17
Compression:
Stored size: 732 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, :'+08' tz.offset :o2, 32400, 0, :'+09' tz.transition 1911, 12, :o1, -1830414140, 10451817293, 4320 tz.transition 1942, 2, :o2, -879152400, 19443297, 8 tz.transition 1976, 5, :o1, 199897200 tz.transition 2000, 9, :o2, 969120000 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems