Sha256: 9264e8b4be6c6be5aa7fd3b769335bb674d786fa6d593ecd9901806ff958b33d
Contents?: true
Size: 457 Bytes
Versions: 12
Compression:
Stored size: 457 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, :'-00' tz.offset :o1, 21600, 0, :'+06' tz.offset :o2, 18000, 0, :'+05' tz.transition 1954, 2, :o1, 4869573, 2 tz.transition 2009, 10, :o2, 1255809600 end end end end end
Version data entries
12 entries across 12 versions & 2 rubygems