From 5efe188e481f6e0be956719684778fa3680b2c54 Mon Sep 17 00:00:00 2001
From: Zdenek Kubala <zdenek.kubala@pirati.cz>
Date: Fri, 10 Sep 2021 14:10:09 +0000
Subject: [PATCH] set Prague timezone

---
 django_apps/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/django_apps/settings.py b/django_apps/settings.py
index 487f6d9..2bac3e6 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
 
-- 
GitLab