Skip to content
Snippets Groups Projects
Commit 12f83d47 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

adding a standardized timestamp format to settings for use with strftime

parent 78d7a003
No related branches found
No related tags found
No related merge requests found
......@@ -360,6 +360,7 @@ SOUTH_TESTS_MIGRATE = False
# system time zone.
TIME_ZONE = 'UTC'
GRACE_DATETIME_FORMAT = 'Y-m-d H:i:s T'
GRACE_STRFTIME_FORMAT = '%Y-%m-%d %H:%M:%S %Z'
# Language code for this installation. All choices can be found here:
# http://www.i18nguy.com/unicode/language-identifiers.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment