Sha256: 88dd388761abd2e581019b10fb6c0db54c34801f68ce408ab8d136c67a6b5713
Contents?: true
Size: 548 Bytes
Versions: 32
Compression:
Stored size: 548 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 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
32 entries across 32 versions & 6 rubygems