Sha256: e2fa1249fbe228c4529097e4b1da1981d5068fe8fdbcfde66001f3d3c50ccd28
Contents?: true
Size: 365 Bytes
Versions: 4
Compression:
Stored size: 365 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, :zzz tz.offset :o1, -10800, 0, :ROTT tz.transition 1976, 12, :o1, 218246400 end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems