Sha256: dd05150ffca32fd1f68c64a27f4cae9ed406e7a03b9085ea730d368bc163ef9d
Contents?: true
Size: 771 Bytes
Versions: 11
Compression:
Stored size: 771 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (http://www.iana.org/time-zones). module TZInfo module Data module Definitions module Antarctica module Casey include TimezoneDefinition timezone 'Antarctica/Casey' do |tz| tz.offset :o0, 0, 0, :zzz tz.offset :o1, 28800, 0, :WST tz.offset :o2, 39600, 0, :CAST tz.transition 1969, 1, :o1, -31536000, 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 end
Version data entries
11 entries across 11 versions & 1 rubygems