import time

print time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(time.time()))

 

相关文章: