Pages

Tuesday, March 22, 2011

Python - Time

>>> from time import strftime, gmtime
>>> strftime('%a, %d %b %Y %H:%M:%S', gmtime())

No comments:

Post a Comment