lib/tzinfo/data/definitions/America/St_Kitts.rb in tzinfo-data-1.2013.4 vs lib/tzinfo/data/definitions/America/St_Kitts.rb in tzinfo-data-1.2013.5

- old
+ new

@@ -8,15 +8,10 @@ module Definitions module America module St_Kitts include TimezoneDefinition - timezone 'America/St_Kitts' do |tz| - tz.offset :o0, -15052, 0, :LMT - tz.offset :o1, -14400, 0, :AST - - tz.transition 1912, 3, :o1, -1825098548, 52260415363, 21600 - end + linked_timezone 'America/St_Kitts', 'America/Port_of_Spain' end end end end end