将数据库存储的UTC时间转换当前时区时间

 var ut1cnow = int.Parse(DateTime.Now.ToString("%z").Replace("+",""));

原文地址:https://www.cnblogs.com/ly1998/p/13321540.html