I have string timestamps like this:
"Wed, 31 Jul 2013 13:03:38 GMT"
I couldn't see anything in python docs but I might have missed it.
Or if not, I assume I could do some parsing of the string - because it has a set format. any pointers on how to get started would be helpful.
The dates are RFC 822 compliant.