gpt4 book ai didi

c# - 找不到时区异常

转载 作者:行者123 更新时间:2023-11-30 20:36:31 27 4
gpt4 key购买 nike

<分区>

我想将 Indian DateTime 对象转换为 Eastern DateTime 对象。意味着我想更改特定 DateTime 对象的时区。为此,我编写了以下代码:

string easternZoneId = "Eastern Standard Time";
TimeZoneInfo easternZone = TimeZoneInfo.FindSystemTimeZoneById(easternZoneId);

string indianZoneId = "India Standard Time";
TimeZoneInfo indianZone = TimeZoneInfo.FindSystemTimeZoneById (indianZoneId);

DateTime d = TimeZoneInfo.ConvertTime (DateTime.Today, indianZone, easternZone);

当我尝试运行此语句时,在控制台中出现异常。

enter image description here

如何运行这段代码?我想将我的时间转换为东部时间。

编辑:现在我正在 Unity 编辑器中运行我的代码。我有 iMac 系统。我想为 iPhone 设备运行此代码。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com