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