如何更新 Windows 时区列表?

如何更新 Windows 时区列表?

我有前端和后端系统,它们使用System.TimeZoneInfo通过 ID 检索时区。
后端计算机(运行 Windows Server 2012)缺少几个时区,我不确定如何获取更新。

例如“莱恩群岛标准时间”
使用System.TimeZoneInfo.FindSystemTimeZoneById(String id)我得到这个异常
System.TimeZoneNotFoundException: The time zone ID 'Line Islands Standard Time' was not found on the local computer.

两个系统都安装了.net framework 4.8。

相关内容