转换日期&格林威治标准时间+ 10日期和时间时间

时间:2016-09-22 13:35:40

标签: c# asp.net .net datetime

我想将当地时间转换为GMT + 10次。我使用的是asp.net,我的网站是用azure托管的。在得到那个日期和之后时间应该在下面的代码中设置为ActivityDate。

NameError in Spree::Pages#show

undefined local variable or method `current_order' for #<#<Class:0x007fcd7636c090>:0x007fcd8770e0c0>

1 个答案:

答案 0 :(得分:0)

我找到了问题的答案。

 var ActivityDate = TimeZoneInfo.ConvertTimeFromUtc(DateTime.Now.ToUniversalTime(), TimeZoneInfo.FindSystemTimeZoneById("E. Australia Standard Time")) });