标签:特定 time png 格式 style date html htm image
1.Timestamp转换为DateTime对象,再格式化为特定时间格式的字符串
datetime.datetime.fromtimestamp(packet.time).strftime(‘%Y-%m-%d %H:%M:%S‘)
2.Time tuple 转化为 DateTime对象
"date": datetime.datetime(2009, 11, 10, 10, 45)
其它转换同理,如下图所示,遇到了再整理
图片来自:http://blog.sina.com.cn/s/blog_b09d460201018o0v.html
标签:特定 time png 格式 style date html htm image
原文地址:http://www.cnblogs.com/sharpen-chen/p/6677625.html