Skip to content

Commit

Permalink
fix fi coverage date format
Browse files Browse the repository at this point in the history
STTNHUB-309
  • Loading branch information
petrjasek committed Mar 1, 2024
1 parent ba41144 commit 2bb7013
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,9 @@
"TIME_FORMAT": "H.mm",
"DATE_FORMAT": "D.M.YYYY",
"DATETIME_FORMAT": "H.mm D.M.YYYY",
"COVERAGE_DATE_FORMAT": "LL",
"COVERAGE_DATE_TIME_FORMAT": "HH.mm d.M.YYYY",
"COVERAGE_DATE_FORMAT": "D.M.YYYY",
"COVERAGE_DATE_TIME_FORMAT": "H.mm D.M.YYYY",

# server formats
"DATE_FORMAT_HEADER": "d.M.yyyy H.mm",
"NOTIFICATION_EMAIL_TIME_FORMAT": "H.mm",
Expand Down

0 comments on commit 2bb7013

Please sign in to comment.