Python Datetime格式转换

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python Datetime格式转换相关的知识,希望对你有一定的参考价值。

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

 

以上是关于Python Datetime格式转换的主要内容,如果未能解决你的问题,请参考以下文章

Python中time模块和datetime模块的常用操作以及几种常用时间格式间的转换

python 时间的格式转化,格式为20130415172500字符串转为datetime类型

Python 自带Json处理日期格式出错

python time模块和datetime模块详解

python 中datetime 和 string 转换

将 unicode 转换为 datetime 正确的 strptime 格式