Sha256: c2ae1f2bb66083d00c88add83a9ec84b10240abbad33f9fd13b0a05958d3408e
Contents?: true
Size: 472 Bytes
Versions: 5
Compression:
Stored size: 472 Bytes
Contents
require 'tzinfo/timezone_definition' 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
5 entries across 5 versions & 1 rubygems