Sha256: a150e35733f99140f350335f745cafc07e10632e563b8c1fca062529818fee9e
Contents?: true
Size: 519 Bytes
Versions: 4
Compression:
Stored size: 519 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Antarctica module DumontDUrville include TimezoneDefinition timezone 'Antarctica/DumontDUrville' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 36000, 0, :PMT tz.offset :o2, 36000, 0, :DDUT tz.transition 1947, 1, :o1, 4864373, 2 tz.transition 1952, 1, :o0, 29208301, 12 tz.transition 1956, 11, :o2, 4871557, 2 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems