[前][次][番号順一覧][スレッド一覧]

ruby-changes:72942

From: Nobuyoshi <ko1@a...>
Date: Wed, 17 Aug 2022 00:45:47 +0900 (JST)
Subject: [ruby-changes:72942] b7577b4d9e (master): The tzdata 2022c removed Amsterdam Mean Time

https://git.ruby-lang.org/ruby.git/commit/?id=b7577b4d9e

From b7577b4d9e0fd92522fc30e10fe712e245adee8c Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 17 Aug 2022 00:45:27 +0900
Subject: The tzdata 2022c removed Amsterdam Mean Time

---
 spec/ruby/core/time/shared/local.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spec/ruby/core/time/shared/local.rb b/spec/ruby/core/time/shared/local.rb
index 43f331c4c1..997b7186f1 100644
--- a/spec/ruby/core/time/shared/local.rb
+++ b/spec/ruby/core/time/shared/local.rb
@@ -6,6 +6,7 @@ describe :time_local, shared: true do https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/time/shared/local.rb#L6
     end
   end
 
+=begin
   platform_is_not :windows do
     describe "timezone changes" do
       it "correctly adjusts the timezone change to 'CEST' on 'Europe/Amsterdam'" do
@@ -16,6 +17,7 @@ describe :time_local, shared: true do https://github.com/ruby/ruby/blob/trunk/spec/ruby/core/time/shared/local.rb#L17
       end
     end
   end
+=end
 end
 
 describe :time_local_10_arg, shared: true do
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]