Sha256: 1ec4a7768d6be9e63f1b150e3b92000499e42ab82802de818cbe4ed47493f5c3
Contents?: true
Size: 500 Bytes
Versions: 242
Compression:
Stored size: 500 Bytes
Contents
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
242 entries across 165 versions & 17 rubygems