gpt4 book ai didi

c# - 在 C# 中将本地时区转换为 PST 时区

转载 作者:太空狗 更新时间:2023-10-29 20:55:13 31 4
gpt4 key购买 nike

假设我现在系统中的时区是+5GMT

现在在我的机器上 01/14/2012 05:52PM 我想将它转换成 PST 时区,例如

1/14/12 4:52:50 AM PST

反之亦然 PST 到 GMT

最佳答案

TimeZoneInfo timeZoneInfo = TimeZoneInfo.FindSystemTimeZoneById("Pacific SA Standard Time");

DateTime newDateTime = TimeZoneInfo.ConvertTime(existingDateTime, timeZoneInfo);

您可以查看可用时区的完整图表 here

另请查看 Converting Between Any Two Time Zones

关于c# - 在 C# 中将本地时区转换为 PST 时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8862335/

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