ASP.NET C# 本地时间与GMT(UTC)标准时间之间的互相转换(转) /// <summary> /// 本地时间转成GMT(UTC)时间 /// </summary> public static string ToGMTString(DateTime dt) ... 2012-02-24