51Testing软件测试论坛

标题: Python如何将时间戳转换为指定格式日期? [打印本页]

作者: 测试积点老人    时间: 2020-12-30 13:32
标题: Python如何将时间戳转换为指定格式日期?
Python如何将时间戳转换为指定格式日期?



作者: bellas    时间: 2020-12-31 09:38
参考下这个链接https://www.runoob.com/python3/python-timstamp-str.html
作者: 海海豚    时间: 2020-12-31 09:43
otherStyleTime = now.strftime("%Y-%m-%d %H:%M:%S")
作者: Miss_love    时间: 2020-12-31 10:05
https://www.runoob.com/python3/python-timstamp-str.html
作者: litingting0214    时间: 2020-12-31 10:17
# 获得当前时间
now = datetime.datetime.now()
# 转换为指定的格式
otherStyleTime = now.strftime("%Y-%m-%d %H:%M:%S")
print(otherStyleTime)
作者: qqq911    时间: 2020-12-31 10:48
可以用timestamp转换




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2