The tzdata 2022c removed Amsterdam Mean Time

This commit is contained in:
Nobuyoshi Nakada 2022-08-17 00:45:27 +09:00
Родитель 3850113e20
Коммит b7577b4d9e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7CD2805BFA3770C6
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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