vdstatus/plugins/date.py

6 lines
84 B
Python

import time
def run(conf):
fmt = conf['format']
return time.strftime(fmt)