gpt4 book ai didi

Python:strptime 不匹配格式

转载 作者:太空宇宙 更新时间:2023-11-04 06:53:35 27 4
gpt4 key购买 nike

ValueError: time data '03-10-2011 04:35 PM' does not match format '%m-%d-%Y %I:M %p'

这看起来很适合我?

 datetime = datestr + " " + timestr
date_struct = time.strptime(datetime, "%m-%d-%Y %I:M %p")

最佳答案

您在 M 之前缺少 %:

 date_struct = time.strptime(datetime, "%m-%d-%Y %I:%M %p")

关于Python:strptime 不匹配格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5284341/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com