initial commit
This commit is contained in:
commit
6be576aa63
4 changed files with 28 additions and 0 deletions
6
plugins/date.py
Normal file
6
plugins/date.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import time
|
||||
|
||||
|
||||
def run(conf):
|
||||
fmt = conf['date']['format']
|
||||
return time.strftime(fmt)
|
Loading…
Add table
Add a link
Reference in a new issue