proNlp1/time_test.py

4 lines
73 B
Python
Raw Normal View History

2017-10-26 20:52:22 +00:00
from time import gmtime, strftime
print(strftime("%H:%M:%S", gmtime()))