aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.16/lib/tzinfo/definitions/America/Guyana.rb
blob: fccca4ceb48962bc9e65efd09ca07dbbba173386 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module America
      module Guyana
        include TimezoneDefinition
        
        timezone 'America/Guyana' do |tz|
          tz.offset :o0, -13960, 0, :LMT
          tz.offset :o1, -13500, 0, :GBGT
          tz.offset :o2, -13500, 0, :GYT
          tz.offset :o3, -10800, 0, :GYT
          tz.offset :o4, -14400, 0, :GYT
          
          tz.transition 1915, 3, :o1, 5228404549, 2160
          tz.transition 1966, 5, :o2, 78056693, 32
          tz.transition 1975, 7, :o3, 176010300
          tz.transition 1991, 1, :o4, 662698800
        end
      end
    end
  end
end