标签: python python-3.x python-2.7 datetime python-datetime
您好,我使用Python编写了此代码:
a = (datetime.datetime.now()-datetime.timedelta(days=1)).isoformat() ValueError: time data '2019-06-20T10:02:10.85' does not match format '%Y-%m-%dT%H:%M:%S.%fZ'
我不明白为什么会收到此错误,因为对我来说日期格式正确吗?
能帮我吗?
谢谢!