Datetime.Today in GMT in c#

时间:2012-05-29 15:41:51

标签: c# datetime timezone

我想将DateTime.Today转换为GMT时间。

即。如果我在洛杉矶,并且是22/02/2012的晚上11点,我希望DateTime.Today为23/02/2012,因为它将是格林尼治标准时间的那一天。

2 个答案:

答案 0 :(得分:98)

没有DateTime.UtcToday,但您可以尝试DateTime.UtcNow.Date

答案 1 :(得分:0)

DateTime.UtcNow将为您提供当前的通用时间。