我想将当地时间转换为GMT + 10次。我使用的是asp.net,我的网站是用azure托管的。在得到那个日期和之后时间应该在下面的代码中设置为ActivityDate。
NameError in Spree::Pages#show
undefined local variable or method `current_order' for #<#<Class:0x007fcd7636c090>:0x007fcd8770e0c0>
答案 0 :(得分:0)
我找到了问题的答案。
var ActivityDate = TimeZoneInfo.ConvertTimeFromUtc(DateTime.Now.ToUniversalTime(), TimeZoneInfo.FindSystemTimeZoneById("E. Australia Standard Time")) });