关于python的日期问题

执行结果出现这个错误应该怎么解决,虚心向各位请教



```python
ValueError: time data "2022-5-13 0:00" doesn't match format "%Y-%m-%d %H:%M:%S", at position 38015. You might want to try:
    - passing `format` if your strings have a consistent format;
    - passing `format='ISO8601'` if your strings are all ISO8601 but not necessarily in exactly the same format;
    - passing `format='mixed'`, and the format will be inferred for each element individually. You might want to use `dayfirst` alongside this.

```

日期格式不对,先对日期做个转化,比如说结尾加上“:00”

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 写成博客, 将相关链接放在评论区, 以帮助更多的人 ^-^