Sha256: c75fdd700c1120b5ddd9240ba369cbfb3c58663cc1df98fb765bcc27f532339b
Contents?: true
Size: 399 Bytes
Versions: 213
Compression:
Stored size: 399 Bytes
Contents
require 'tzinfo/timezone_definition' 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
213 entries across 179 versions & 26 rubygems