aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/time
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-17 00:45:27 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-17 00:45:27 +0900
commitb7577b4d9e0fd92522fc30e10fe712e245adee8c (patch)
treeb596f6d87114d84d64857a736534d9d80680eaba /spec/ruby/core/time
parent3850113e20b8c031529fc79de7202f61604425dd (diff)
downloadruby-b7577b4d9e0fd92522fc30e10fe712e245adee8c.tar.gz
The tzdata 2022c removed Amsterdam Mean Time
Diffstat (limited to 'spec/ruby/core/time')
-rw-r--r--spec/ruby/core/time/shared/local.rb2
1 files changed, 2 insertions, 0 deletions
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
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
end
end
end
+=end
end
describe :time_local_10_arg, shared: true do