Set timezone

This commit is contained in:
Benjamin 2022-12-18 17:50:38 +01:00
parent 58dc349050
commit c8fae1df1b

View file

@ -105,7 +105,7 @@ AUTH_PASSWORD_VALIDATORS = [
LANGUAGE_CODE = 'en-us' LANGUAGE_CODE = 'en-us'
TIME_ZONE = 'UTC' TIME_ZONE = 'Europe/Vienna'
USE_I18N = True USE_I18N = True