Skip to content

Commit 87460b8

Browse files
author
Matthew Fisher
committed
fix(controller): add timezone to datetime format
1 parent 459a06c commit 87460b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controller/deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
DEIS_DOMAIN = 'deisapp.local'
258258

259259
# standard datetime format used for logging, model timestamps, etc.
260-
DEIS_DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S'
260+
DEIS_DATETIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
261261

262262
# default scheduler settings
263263
SCHEDULER_MODULE = 'mock'

0 commit comments

Comments
 (0)