Sha256: fb64a16d9c46363c416e3e613f951dedc1a122b8ff5a159f58c32d974daa4ff8
Contents?: true
Size: 603 Bytes
Versions: 2
Compression:
Stored size: 603 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Antarctica module Casey include TimezoneDefinition timezone 'Antarctica/Casey' do |tz| tz.offset :o0, 0, 0, :'-00' tz.offset :o1, 28800, 0, :'+08' tz.offset :o2, 39600, 0, :'+11' 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
mdg-1.0.1 | vendor/bundle/ruby/2.3.0/gems/tzinfo-0.3.52/lib/tzinfo/definitions/Antarctica/Casey.rb |
tzinfo-0.3.52 | lib/tzinfo/definitions/Antarctica/Casey.rb |