initial commit

This commit is contained in:
Von Random 2016-10-18 20:00:43 +03:00
commit 6be576aa63
4 changed files with 28 additions and 0 deletions

6
plugins/date.py Normal file
View file

@ -0,0 +1,6 @@
import time
def run(conf):
fmt = conf['date']['format']
return time.strftime(fmt)