Skip to content

Commit

Permalink
Merge pull request jfrostburke#12 from LCOGT/bugfix/datetime_format
Browse files Browse the repository at this point in the history
Update settings.py with correct datetime format
  • Loading branch information
cmccully authored Oct 29, 2024
2 parents a3a6e07 + 3363415 commit 69e20b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snex2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@

USE_TZ = True

DATETIME_FORMAT = 'Y-m-d H:m:s'
DATETIME_FORMAT = 'Y-m-d H:i:s'
DATE_FORMAT = 'Y-m-d'


Expand Down

0 comments on commit 69e20b0

Please sign in to comment.