From e3b3dd05606fcced167200b6ac67f840f1934c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de>
Date: Wed, 26 Apr 2023 10:06:19 +0200
Subject: [PATCH] change default timezone

---
 config/airflow.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/airflow.cfg b/config/airflow.cfg
index c73fb70..1399283 100644
--- a/config/airflow.cfg
+++ b/config/airflow.cfg
@@ -541,7 +541,7 @@ base_url = http://localhost:8080
 # any IANA timezone string (e.g. Europe/Amsterdam). If left empty the
 # default value of core/default_timezone will be used
 # Example: default_ui_timezone = America/New_York
-default_ui_timezone = UTC
+default_ui_timezone = Europe/Amsterdam
 
 # The ip specified when starting the web server
 web_server_host = 0.0.0.0
-- 
GitLab