lib/tzinfo/definitions/Indian/Kerguelen.rb in tzinfo-0.0.4 vs lib/tzinfo/definitions/Indian/Kerguelen.rb in tzinfo-0.1.0

- old
+ new

@@ -3,11 +3,11 @@ module Definitions #:nodoc: module Indian #:nodoc: class Kerguelen < Timezone #:nodoc: setup set_identifier('Indian/Kerguelen') -add_period(TimezonePeriod.new(nil,DateTime.new(1950,1,1,0,0,0),0,0,:'zzz')) -add_period(TimezonePeriod.new(DateTime.new(1950,1,1,0,0,0),nil,18000,0,:'TFT')) +add_unbounded_start_period {TimezonePeriod.new(nil,DateTime.new0(Rational.new!(4866565,2),0,Date::ITALY),0,0,:'zzz')} +add_period(1950,1) {TimezonePeriod.new(DateTime.new0(Rational.new!(4866565,2),0,Date::ITALY),nil,18000,0,:'TFT')} end end end end