2008-11-03

 

RFC 1123/822 dates in Python

Quick solution:
import datetime
.
.
.
datetime.datetime.utcnow().strftime("%a, %d %b %Y %H:%M:%S GMT")


References:

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?