aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor/tzinfo-0.3.13/tzinfo/definitions/Africa/Harare.rb
blob: 070c95ae0f9dfd0c843c9be67f59328e9727108f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require 'tzinfo/timezone_definition'

module TZInfo
  module Definitions
    module Africa
      module Harare
        include TimezoneDefinition
        
        timezone 'Africa/Harare' do |tz|
          tz.offset :o0, 7452, 0, :LMT
          tz.offset :o1, 7200, 0, :CAT
          
          tz.transition 1903, 2, :o1, 1932939531, 800
        end
      end
    end
  end
end