gpt4 book ai didi

c# - 获取特定国家/地区的当前日期和时间

转载 作者:行者123 更新时间:2023-11-30 19:57:24 25 4
gpt4 key购买 nike

我需要从另一个国家的服务器获取土耳其( Istanbul 尔)的日期和时间。所以我可以在我的 asp.net 项目中使用它并将它添加到我的 sql server 数据库中。你能帮帮我吗?

最佳答案

试试这个:

var info = TimeZoneInfo.FindSystemTimeZoneById("Turkey Standard Time");
DateTimeOffset localServerTime = DateTimeOffset.Now;
DateTimeOffset localTime= TimeZoneInfo.ConvertTime(localServerTime, info);

关于c# - 获取特定国家/地区的当前日期和时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30145001/

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