proNlp1/time_test.py
2017-10-26 15:52:22 -05:00

4 lines
73 B
Python

from time import gmtime, strftime
print(strftime("%H:%M:%S", gmtime()))