2011年2月25日星期五

Date and Time handling in Python

http://www.daniweb.com/code/snippet216475.html
http://desk.stinkpot.org:8080/tricks/index.php/2007/11/get-timestamp-in-python/

import time
….
print time.localtime()

OR

import time
print time.time()

没有评论:

发表评论