How do I convert RFC822 to a python datetime object?

Viewed 10970

I know how to do this the other way around... it would be:

>>> dt.rfc822()
'Sun, 09 Mar 1997 13:45:00 -0500'
3 Answers
Related