This website requires JavaScript.
Explore
Help
Sign in
von
/
vdstatus
Watch
1
Star
0
Fork
You've already forked vdstatus
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7edaa54a6f
vdstatus
/
plugins
/
date.py
7 lines
84 B
Python
Raw
Normal View
History
Unescape
Escape
initial commit
2016-10-18 20:00:43 +03:00
import
time
def
run
(
conf
)
:
a functional prototype, plugins can be easily added and kinda work
2016-10-19 02:11:49 +03:00
fmt
=
conf
[
'
format
'
]
initial commit
2016-10-18 20:00:43 +03:00
return
time
.
strftime
(
fmt
)
Reference in a new issue
Copy permalink