Sha256: 71624dade75c2fd3f9262285e12b1538d4e38c95427c63764fbf5ab03d2fb83c
Contents?: true
Size: 580 Bytes
Versions: 9
Compression:
Stored size: 580 Bytes
Contents
module TZInfo module Definitions module Antarctica module Casey include TimezoneDefinition timezone 'Antarctica/Casey' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 28800, 0, :AWST tz.offset :o2, 39600, 0, :CAST tz.transition 1969, 1, :o1, 4880445, 2 tz.transition 2009, 10, :o2, 1255802400 tz.transition 2010, 3, :o1, 1267714800 tz.transition 2011, 10, :o2, 1319738400 tz.transition 2012, 2, :o1, 1329843600 end end end end end
Version data entries
9 entries across 6 versions & 2 rubygems