Closed vasantvohra closed 4 years ago
ValueError: time data '2019-04-25T10:44:36' does not match format '%B %d, %Y, %I:%M %p'
https://github.com/adeshpande3/Facebook-Messenger-Bot/blob/312a6701429267e30a62cf15f2db3f6b4f1b3ec8/createDataset.py#L204
dateTimeConverter = lambda x: datetime.strptime(x,'%Y-%m-%dT%H:%M:%S')
This worked for me...
ValueError: time data '2019-04-25T10:44:36' does not match format '%B %d, %Y, %I:%M %p'
https://github.com/adeshpande3/Facebook-Messenger-Bot/blob/312a6701429267e30a62cf15f2db3f6b4f1b3ec8/createDataset.py#L204