Sha256: eeec77337406874ecadc4125dd44bf99c11c593782b10582858248b594c4eea3
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Antarctica module Mawson include TimezoneDefinition timezone 'Antarctica/Mawson' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 21600, 0, :MAWT tz.offset :o2, 18000, 0, :MAWT tz.transition 1954, 2, :o1, 4869573, 2 tz.transition 2009, 10, :o2, 1255809600 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems