diff --git a/tsstats/config.py b/tsstats/config.py index f9286f4..79dde4e 100644 --- a/tsstats/config.py +++ b/tsstats/config.py @@ -17,7 +17,8 @@ DEFAULT_CONFIG = { 'output': 'output.html', 'idmap': '', 'onlinedc': True, - 'template': 'template.html' + 'template': 'template.html', + 'datetimeformat': '%x %X %Z' } }