Sha256: 10bef2d4905945be9662d2f7338b9df2405a732ec56e8c0bafd61a24ef476f5a
Contents?: true
Size: 547 Bytes
Versions: 17
Compression:
Stored size: 547 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, :'-02' tz.transition 1890, 1, :o1, -2524512832, 1627673806, 675 end end end end end end
Version data entries
17 entries across 17 versions & 2 rubygems