From 46315cddf1b0ba640789dce183e76ac08049a3cf Mon Sep 17 00:00:00 2001 From: Weves Date: Mon, 2 Dec 2024 22:25:04 -0800 Subject: [PATCH] Adjust default confulence timezone --- backend/danswer/configs/app_configs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/danswer/configs/app_configs.py b/backend/danswer/configs/app_configs.py index eda86ecdc..817f060cb 100644 --- a/backend/danswer/configs/app_configs.py +++ b/backend/danswer/configs/app_configs.py @@ -322,7 +322,7 @@ CONFLUENCE_CONNECTOR_ATTACHMENT_CHAR_COUNT_THRESHOLD = int( # enter as a floating point offset from UTC in hours (-24 < val < 24) # this will be applied globally, so it probably makes sense to transition this to per # connector as some point. -CONFLUENCE_TIMEZONE_OFFSET = float(os.environ.get("CONFLUENCE_TIMEZONE_OFFSET", 1.0)) +CONFLUENCE_TIMEZONE_OFFSET = float(os.environ.get("CONFLUENCE_TIMEZONE_OFFSET", 0.0)) JIRA_CONNECTOR_LABELS_TO_SKIP = [ ignored_tag