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

- old
+ new

@@ -2,15 +2,10 @@ module Definitions module Africa module Blantyre include TimezoneDefinition - timezone 'Africa/Blantyre' do |tz| - tz.offset :o0, 8400, 0, :LMT - tz.offset :o1, 7200, 0, :CAT - - tz.transition 1903, 2, :o1, 173964557, 72 - end + linked_timezone 'Africa/Blantyre', 'Africa/Maputo' end end end end