标签: datetime datetimeoffset
如果我的服务器时间是2016年4月29日晚上11:00,用户的当前时间是2016年4月30日上午5:00。如何将表示为DateTimeOffset的服务器时间转换为用户的时间?
我以上述用户时间为例,但我需要将服务器时间转换为任何用户本地时间吗?
答案 0 :(得分:0)
您可以使用ToLocalTime()。 documentation here
ToLocalTime()