var currentTime = System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(DateTime.Now, "China Standard Time");
DateTime.SpecifyKind(DateTime.Now, DateTimeKind.Local)
本文共 222 字,大约阅读时间需要 1 分钟。
var currentTime = System.TimeZoneInfo.ConvertTimeBySystemTimeZoneId(DateTime.Now, "China Standard Time");
DateTime.SpecifyKind(DateTime.Now, DateTimeKind.Local)
转载于:https://www.cnblogs.com/haoliansheng/p/5567541.html