Python 时间time time() 方法 python time strptime() 方法 Python 时间time tzset() 方法 Python 时间time time() 方法 #!/usr/bin/python import time print "time.time(): %f " % time.time() print time.localtime( time.time() ) print time.asctime( time.localtime(time.time()) ) python time strptime() 方法 Python 时间time tzset() 方法