摘要: /// /// 时间戳转为C#格式时间 /// /// /// public static DateTime GetTime(string timeStamp) { long lTi... 阅读全文
posted @ 2015-12-23 16:25 乔安生 阅读(1202) 评论(0) 推荐(0) 编辑
摘要: DateTime dt1 = new DateTime(1970, 1, 1); dt1 = dt1.AddMilliseconds(long.Parse(list.Items[i].UpdatedAt)); dt1 = dt1.ToLo... 阅读全文
posted @ 2015-12-23 16:05 乔安生 阅读(1419) 评论(0) 推荐(0) 编辑