new file to manually see time
This commit is contained in:
parent
597374062a
commit
7eec2fe740
3
time_test.py
Normal file
3
time_test.py
Normal file
@ -0,0 +1,3 @@
|
||||
from time import gmtime, strftime
|
||||
|
||||
print(strftime("%H:%M:%S", gmtime()))
|
Loading…
Reference in New Issue
Block a user