Sha256: fdbd1423a3c450ed3e1a28e65e98fa0d090adaf3b12a2212370ebf7da0880850
Contents?: true
Size: 382 Bytes
Versions: 10
Compression:
Stored size: 382 Bytes
Contents
# encoding: UTF-8 module TZInfo module Definitions module Atlantic module South_Georgia include TimezoneDefinition timezone 'Atlantic/South_Georgia' do |tz| tz.offset :o0, -8768, 0, :LMT tz.offset :o1, -7200, 0, :'-02' tz.transition 1890, 1, :o1, 1627673806, 675 end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems