Skip to content

Commit cb66d3e

Browse files
author
Matthew Fisher
committed
fix(controller): ISO8601 datetime compliance
1 parent ec92888 commit cb66d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 %Z'
260+
DEIS_DATETIME_FORMAT = '%Y-%m-%dT%H:%M:%S%Z'
261261

262262
# default scheduler settings
263263
SCHEDULER_MODULE = 'mock'

0 commit comments

Comments
 (0)