Python 字符串转日期时间

By 刘志军 , 2019-05-12, 分类: qa

datetime , python

>>> s = '2019-05-09 18:18:16'
>>> datetime.datetime.strptime(s, "%Y-%m-%d %H:%M:%S")
datetime.datetime(2019, 5, 9, 18, 18, 16)

关注公众号「Python之禅」,回复「1024」免费获取Python资源

python之禅

猜你喜欢

2019-05-12
Python日期时间转字符串
2024-03-04
Python中的 if __name__ == '__main__' 是什么?
2024-03-04
用 Python 破解隔壁老王家的 Wi-Fi 密码,刺激!
2023-06-12
Python3.12新特性
2023-04-17
Python虚拟环境使用
2023-04-15
如何删除macOS系统默认的Python2.7并替换成最新版python3.11
2022-12-09
python 中return和yield有什么区别
2022-08-17
如何利用多态干掉 if else 语句
2022-07-22
10个python初学者常犯的错误
2022-06-10
flask-siwadoc 支持openapi 分组功能