Sha256: 99b38db857066d62aea79ddbf6f507929b72f14f5130a99e74aeebec7a38f342
Contents?: true
Size: 545 Bytes
Versions: 33
Compression:
Stored size: 545 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 Atlantic module South_Georgia include TimezoneDefinition timezone 'Atlantic/South_Georgia' do |tz| tz.offset :o0, -8768, 0, :LMT tz.offset :o1, -7200, 0, :GST tz.transition 1890, 1, :o1, -2524512832, 1627673806, 675 end end end end end end
Version data entries
33 entries across 33 versions & 1 rubygems