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