GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Tuesday, March 22, 2011

Python - Time

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

No comments:

Post a Comment