Add config-option datetimeformat

for tsstats.template.render_template(datetime_fmt)
This commit is contained in:
Thor77 2016-09-17 22:41:03 +02:00
parent 1ecf24b9b2
commit 4078e4b06b
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ DEFAULT_CONFIG = {
'output': 'output.html',
'idmap': '',
'onlinedc': True,
'template': 'template.html'
'template': 'template.html',
'datetimeformat': '%x %X %Z'
}
}