Skip to content

Commit

Permalink
Change ti ISO date time format
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 11, 2023
1 parent f9a14b1 commit 3aba5b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webstrom/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.SessionAuthentication',
),
'DATETIME_FORMAT': "%d.%m.%Y %H:%M:%S",
'DATETIME_FORMAT': "%Y-%m-%dT%H:%M:%S.%fZ",
'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.coreapi.AutoSchema'
}

Expand Down

0 comments on commit 3aba5b3

Please sign in to comment.