lib/tzinfo/definitions/Africa/Luanda.rb



module TZInfo
  module Definitions
    module Africa
      module Luanda
        include TimezoneDefinition
        
        timezone 'Africa/Luanda' do |tz|
          tz.offset :o0, 3176, 0, :LMT
          tz.offset :o1, 3124, 0, :AOT
          tz.offset :o2, 3600, 0, :WAT
          
          tz.transition 1891, 12, :o1, 26050663403, 10800
          tz.transition 1911, 5, :o2, 52254341219, 21600
        end
      end
    end
  end
end