From 4ee1a687768338a1928014fc6042c320a1a1af3e Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Mon, 29 Aug 2022 15:36:29 +0200 Subject: Update to ruby/spec@d01709f --- spec/ruby/core/time/shared/local.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec/ruby/core/time/shared/local.rb') diff --git a/spec/ruby/core/time/shared/local.rb b/spec/ruby/core/time/shared/local.rb index 997b7186f1..2dba23dbd7 100644 --- a/spec/ruby/core/time/shared/local.rb +++ b/spec/ruby/core/time/shared/local.rb @@ -9,10 +9,10 @@ describe :time_local, shared: true do =begin platform_is_not :windows do describe "timezone changes" do - it "correctly adjusts the timezone change to 'CEST' on 'Europe/Amsterdam'" do + it "correctly adjusts the timezone change to 'CET' on 'Europe/Amsterdam'" do with_timezone("Europe/Amsterdam") do - Time.send(@method, 1940, 5, 16).to_a.should == - [0, 40, 1, 16, 5, 1940, 4, 137, true, "CEST"] + Time.send(@method, 1970, 5, 16).to_a.should == + [0, 0, 0, 16, 5, 1970, 6, 136, false, "CET"] end end end -- cgit v1.2.3