From 60fe2bf999631f59d5ca21f2bc80701fdd784a06 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Mon, 2 Oct 2023 11:38:23 +0200 Subject: [PATCH] fix: use timezone aware timestamps --- apis_ontology/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apis_ontology/settings.py b/apis_ontology/settings.py index 5ce5128..1db8476 100644 --- a/apis_ontology/settings.py +++ b/apis_ontology/settings.py @@ -117,3 +117,5 @@ } APIS_API_ID_WRITABLE = True + +USE_TZ = True