Skip to content

Commit

Permalink
Reverted datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
clr-li committed Nov 6, 2023
1 parent f087626 commit 92dfe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@

USE_TZ = True

DATETIME_FORMAT = "N j, h:i A"
DATETIME_FORMAT = "N j, D, Y, h:i:s A"

from django.conf.locale.en import formats as es_formats

Expand Down

0 comments on commit 92dfe9f

Please sign in to comment.