This should be a simple fix, but I can not figure out why I keep getting this error:
DATE = '8/27/2012 19:12:00'
Convert = datetime.strptime(DATE, '%d/%m/%Y %H:%M:%S')
ValueError: time data '8/27/2012 19:12:00' does not match format '%d/%m/%Y %H:%M:%S'
Am I missing something? does the month need to be "08"?
Thanks