You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The datetime.strptime() function is used incorrectly with a format string that doesn’t match the provided date string format. The date and time separator in the input string is incorrect (: instead of a space), causing a ValueError when parsing the date.
The text was updated successfully, but these errors were encountered:
The datetime.strptime() function is used incorrectly with a format string that doesn’t match the provided date string format. The date and time separator in the input string is incorrect (: instead of a space), causing a ValueError when parsing the date.
The text was updated successfully, but these errors were encountered: