Converting UTC DateTime to local DateTime

前端 未结 4 1635
终归单人心
终归单人心 2021-02-07 03:05

I have the following ASP.Net MVC Controller method:

public ActionResult DoSomething(DateTime utcDate)
{
   var localTime = utcDate.ToLocalTime();
}
4条回答
提交回复
热议问题