Add config-option datetimeformat
for tsstats.template.render_template(datetime_fmt)
This commit is contained in:
parent
1ecf24b9b2
commit
4078e4b06b
|
@ -17,7 +17,8 @@ DEFAULT_CONFIG = {
|
||||||
'output': 'output.html',
|
'output': 'output.html',
|
||||||
'idmap': '',
|
'idmap': '',
|
||||||
'onlinedc': True,
|
'onlinedc': True,
|
||||||
'template': 'template.html'
|
'template': 'template.html',
|
||||||
|
'datetimeformat': '%x %X %Z'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue