We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e947c commit 33b0110Copy full SHA for 33b0110
time.py
@@ -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
0 commit comments