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