This website requires JavaScript.
Explore
Help
Sign In
LonerMJ
/
Security_Code
Watch
1
Star
0
Fork
You've already forked Security_Code
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
Security_Code
/
COMMON_CODE半成品-不再更新
/
获取时间节点.py
2 lines
92 B
Python
Raw
Permalink
Blame
History
import
time
print
str
(
time
.
strftime
(
"
%
Y-
%
m-
%d
-
%
H-
%
M-
%
S
"
,
time
.
localtime
(
)
)
)
.
replace
(
'
'
,
'
'
)
Reference in New Issue
View Git Blame
Copy Permalink