Sha256: cec7ff8f503090f18faa0650ac6f0368a729330aef038a2464ba4a31c9a40942
Contents?: true
Size: 521 Bytes
Versions: 32
Compression:
Stored size: 521 Bytes
Contents
# encoding: UTF-8 # This file contains data derived from the IANA Time Zone Database # (https://www.iana.org/time-zones). module TZInfo module Data module Definitions module Antarctica module Rothera include TimezoneDefinition timezone 'Antarctica/Rothera' do |tz| tz.offset :o0, 0, 0, :'-00' tz.offset :o1, -10800, 0, :'-03' tz.transition 1976, 12, :o1, 218246400 end end end end end end
Version data entries
32 entries across 32 versions & 6 rubygems