Skip to content

Commit 33b0110

Browse files
authored
Add files via upload
1 parent a3e947c commit 33b0110

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

time.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from time import gmtime, strftime
2+
mytime = strftime("%Y-%m-%d %H:%M:%S", gmtime())
3+
print(mytime)

time.xlsm

18.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)