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
datetime_convert.py", line 4, in
date_obj = datetime.strip(datetime, '%m-%d-%Y %H:%M:%S')
AttributeError: type object 'datetime.datetime' has no attribute 'strip'
When the file is run python returns the error
datetime_convert.py", line 4, in
date_obj = datetime.strip(datetime, '%m-%d-%Y %H:%M:%S')
AttributeError: type object 'datetime.datetime' has no attribute 'strip'