gpt4 book ai didi

c# - 将日期时间转换为 IST

转载 作者:太空宇宙 更新时间:2023-11-03 18:27:28 26 4
gpt4 key购买 nike

我想将日期时间转换为“印度标准时间”,所以我使用了以下代码:-

public static TimeZoneInfo INDIAN_ZONE = 
TimeZoneInfo.FindSystemTimeZoneById("Indian Standard Time");

writer.WriteLine("{0} {1}", indianTime.ToLongTimeString(),
indianTime.ToLongDateString());

上面的代码给我错误:-

System.TimeZoneNotFoundException: The time zone ID 'Indian Standard Time' was not found on the local computer.

如何解决这个错误,或者有没有其他方法可以解决这个问题?

最佳答案

您需要使用“印度标准时间”而不是“印度n”。请引用this link获取时区描述列表。

关于c# - 将日期时间转换为 IST,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30977406/

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