lib/tzinfo/definitions/Africa/Harare.rb in tzinfo-0.3.41 vs lib/tzinfo/definitions/Africa/Harare.rb in tzinfo-0.3.42

- old
+ new

@@ -2,15 +2,10 @@ 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 + linked_timezone 'Africa/Harare', 'Africa/Maputo' end end end end