So I'm trying to parse strings similar to this:
"Sat, 11/01/09 8:00PM EST" in python, but I'm having trouble finding a solution that will handle the time zone abbreviation (I don't necessarily know what the timezone will be beforehand)
I'm trying to use the parse() function dateutil but it's not picking up on the abbreviated timezone. Is there an easy way to do this?