提交 58cea7f2 编写于 作者: A Andrew White

Merge pull request #22348 from kv109/22233_without_deprecation

Fix wrong timezone mapping for Switzerland (no deprecation warn) [22233]
......@@ -86,7 +86,8 @@ class TimeZone
"Paris" => "Europe/Paris",
"Amsterdam" => "Europe/Amsterdam",
"Berlin" => "Europe/Berlin",
"Bern" => "Europe/Berlin",
"Bern" => "Europe/Zurich",
"Zurich" => "Europe/Zurich",
"Rome" => "Europe/Rome",
"Stockholm" => "Europe/Stockholm",
"Vienna" => "Europe/Vienna",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册