2016-11-09 124 views

回答

0

你必須完全分解的時間字符串來獲得日期時間:

date = datetime.strptime(b, "%b %d %H:%M:%S %Y %Z") 

日期時間.datetime(2019,9,23,9,53,38)

相關問題