USE_TZ = True

This commit is contained in:
Jelmer Draaijer 2024-03-22 16:13:29 +01:00
parent 26336b41f6
commit 1979d4796f

View file

@ -33,4 +33,4 @@ CACHES = {
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
USE_TZ = False
USE_TZ = True