From 6edfb2d8e3657d642161a48aa0858dc6a95b79eb Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Wed, 20 Dec 2023 09:28:53 +0100 Subject: [PATCH] main: update timezone to berlin --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5f42716..4db5c39 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -88,7 +88,7 @@ void setup() { Log.notice(u8"📡 Platform %s version %s", Platform::name(), Platform::version()); Log.notice(u8"Setting timezone to +2 (CEST)"); - Platform::setTimezone(+2); + Platform::setTimezone(+1); Log.trace(u8"Setting up platform...");