Sha256: 31473538ceef3b0446bb36b0b34093679b3c808029b6d907daef6373d8e1936d
Contents?: true
Size: 482 Bytes
Versions: 10
Compression:
Stored size: 482 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, :'-00' tz.offset :o1, 36000, 0, :'+10' tz.transition 1947, 1, :o1, 4864373, 2 tz.transition 1952, 1, :o0, 29208301, 12 tz.transition 1956, 11, :o1, 4871557, 2 end end end end end
Version data entries
10 entries across 10 versions & 2 rubygems