projects
/
feedcatcher.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
070c95ae0f9dfd0c843c9be67f59328e9727108f
[feedcatcher.git]
/
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