use local timezone

This commit is contained in:
Oliver Zander 2025-10-16 12:16:27 +02:00
parent a8731a4195
commit 592b4dff74
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ USE_L10N = True
LANGUAGE_CODE = env('LANGUAGE_CODE', 'de')
USE_TZ = True
TIME_ZONE = env('TIME_ZONE', 'UTC')
TIME_ZONE = env('TIME_ZONE', 'Europe/Berlin')
STATIC_ROOT = BASE_DIR / 'staticfiles'
STATIC_URL = '/static/'