From db5d384a4c96a4a53d1da313bc8b077a9dada07e Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 19 Sep 2023 11:06:26 +0100 Subject: [PATCH] fix: formatting --- codeforlife/settings/django.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeforlife/settings/django.py b/codeforlife/settings/django.py index 4a9802fd..654bba4c 100644 --- a/codeforlife/settings/django.py +++ b/codeforlife/settings/django.py @@ -39,7 +39,7 @@ LANGUAGE_CODE = "en-gb" LANGUAGES = [("en-gb", _("English"))] -TIME_ZONE = "Europe/London" # TODO: use UTC? +TIME_ZONE = "Europe/London" # TODO: use UTC? USE_I18N = True USE_L10N = True USE_TZ = True