Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / vendor / tzinfo-0.3.12 / tzinfo / definitions / Atlantic / South_Georgia.rb
1 require 'tzinfo/timezone_definition'
2
3 module TZInfo
4 module Definitions
5 module Atlantic
6 module South_Georgia
7 include TimezoneDefinition
8
9 timezone 'Atlantic/South_Georgia' do |tz|
10 tz.offset :o0, -8768, 0, :LMT
11 tz.offset :o1, -7200, 0, :GST
12
13 tz.transition 1890, 1, :o1, 1627673806, 675
14 end
15 end
16 end
17 end
18 end