lib/tzinfo/definitions/Indian/Kerguelen.rb in tzinfo-0.3.61 vs lib/tzinfo/definitions/Indian/Kerguelen.rb in tzinfo-0.3.62
- old
+ new
@@ -4,15 +4,10 @@
module Definitions
module Indian
module Kerguelen
include TimezoneDefinition
- timezone 'Indian/Kerguelen' do |tz|
- tz.offset :o0, 0, 0, :'-00'
- tz.offset :o1, 18000, 0, :'+05'
-
- tz.transition 1950, 1, :o1, 4866565, 2
- end
+ linked_timezone 'Indian/Kerguelen', 'Indian/Maldives'
end
end
end
end