Converting string to datetime object
I was trying to convert a string to a datetime object.
The string I got from a news feed is in the following format:
“Thu, 16 Oct 2014 01:16:17 EDT”
I was trying to convert a string to a datetime object.
The string I got from a news feed is in the following format:
“Thu, 16 Oct 2014 01:16:17 EDT”