new file to manually see time

This commit is contained in:
Eddie 2017-10-26 15:52:22 -05:00
parent 597374062a
commit 7eec2fe740
1 changed files with 3 additions and 0 deletions

3
time_test.py Normal file
View File

@ -0,0 +1,3 @@
from time import gmtime, strftime
print(strftime("%H:%M:%S", gmtime()))