I am looking for a pythonic way of parsing a datetime object into an RFC 1132 compliant string:
Assuming (GMT)
So: 2008-10-22T10:52:40Z into Wed, 22 Oct 2008 10:52:40 GMT
I am sure there is a very simple way but i haven't been able to find it.
Thanks