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