Sha256: c49aaed52969a9dd6942ec4289eb6b747079b4c45e0dc10a575b5ed5f64bb739
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Antarctica module Rothera include TimezoneDefinition timezone 'Antarctica/Rothera' do |tz| tz.offset :o0, 0, 0, :'-00' tz.offset :o1, -10800, 0, :ROTT tz.transition 1976, 12, :o1, 218246400 end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tzinfo-0.3.51 | lib/tzinfo/definitions/Antarctica/Rothera.rb |
tzinfo-0.3.50 | lib/tzinfo/definitions/Antarctica/Rothera.rb |