diff --git a/django_apps/settings.py b/django_apps/settings.py index 487f6d9dca3d4a565756e79ee31c27086c62446a..2bac3e6171bcccf71c70252232949f047aa12ef1 100644 --- a/django_apps/settings.py +++ b/django_apps/settings.py @@ -125,7 +125,7 @@ AUTH_PASSWORD_VALIDATORS = [ #LANGUAGE_CODE = "en-us" LANGUAGE_CODE = "cs" -TIME_ZONE = "UTC" +TIME_ZONE = "Europe/Prague" USE_I18N = True