From 92f600796b97295e303419e8699348fb4a8fc907 Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Wed, 11 Jun 2025 11:27:41 +0100 Subject: [PATCH 1/2] Remove Timezone --- _config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/_config.yml b/_config.yml index 930e3a7..09b2e70 100644 --- a/_config.yml +++ b/_config.yml @@ -56,9 +56,6 @@ conference: # Language lang: en - # Timezone - tz: "+00:00" - # Show theme errors: show_errors: False From 01cb144cc6378d7753ef1f26fd37e412f3091c93 Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Wed, 11 Jun 2025 11:28:38 +0100 Subject: [PATCH 2/2] Try timezone in gmt +1 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 09b2e70..13e1999 100644 --- a/_config.yml +++ b/_config.yml @@ -136,7 +136,7 @@ conference: # Live indications live: # date: 01.01.2020 - # timezone: GMT+1 + timezone: GMT+1 stop: 240 # in minutes streaming: enable: true