lib/tzinfo/definitions/America/St_Vincent.rb in tzinfo-0.3.37 vs lib/tzinfo/definitions/America/St_Vincent.rb in tzinfo-0.3.38
- old
+ new
@@ -2,17 +2,10 @@
module Definitions
module America
module St_Vincent
include TimezoneDefinition
- timezone 'America/St_Vincent' do |tz|
- tz.offset :o0, -14696, 0, :LMT
- tz.offset :o1, -14696, 0, :KMT
- tz.offset :o2, -14400, 0, :AST
-
- tz.transition 1890, 1, :o1, 26042781637, 10800
- tz.transition 1912, 1, :o2, 26129548837, 10800
- end
+ linked_timezone 'America/St_Vincent', 'America/Port_of_Spain'
end
end
end
end