lib/tzinfo/definitions/Indian/Mahe.rb in tzinfo-0.3.61 vs lib/tzinfo/definitions/Indian/Mahe.rb in tzinfo-0.3.62
- old
+ new
@@ -4,15 +4,10 @@
module Definitions
module Indian
module Mahe
include TimezoneDefinition
- timezone 'Indian/Mahe' do |tz|
- tz.offset :o0, 13308, 0, :LMT
- tz.offset :o1, 14400, 0, :'+04'
-
- tz.transition 1906, 12, :o1, 17406549691, 7200
- end
+ linked_timezone 'Indian/Mahe', 'Asia/Dubai'
end
end
end
end