Skip to content

Commit

Permalink
Update settings.py with correct datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
jchate6 authored Dec 8, 2023
1 parent 1485e22 commit 3363415
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 @@ -212,7 +212,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 3363415

Please sign in to comment.