Sha256: 1ea6f4c513ecf1bd33c9f99dff4f9ea3cf962efa3fd24ef33817d32aef2b27ce
Contents?: true
Size: 716 Bytes
Versions: 4
Compression:
Stored size: 716 Bytes
Contents
require 'time_crisis/tzinfo/timezone_definition' module TimeCrisis::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
4 entries across 4 versions & 1 rubygems