Sha256: 48a329a5434818fa529bdd73f389a2784420b57f84af84d758e37a55df03aeac
Contents?: true
Size: 380 Bytes
Versions: 8
Compression:
Stored size: 380 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, :GST tz.transition 1890, 1, :o1, 1627673806, 675 end end end end end
Version data entries
8 entries across 8 versions & 2 rubygems