From 8819a52cc0d65517275010b3f490df55c8916449 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Thu, 6 May 2021 14:17:45 +0100 Subject: [PATCH] Don't use timezone support #utc --- borgweb/borgweb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgweb/borgweb/settings.py b/borgweb/borgweb/settings.py index eeec039..4709968 100644 --- a/borgweb/borgweb/settings.py +++ b/borgweb/borgweb/settings.py @@ -114,7 +114,7 @@ USE_I18N = True USE_L10N = True -USE_TZ = True +USE_TZ = False # Static files (CSS, JavaScript, Images)