main: update timezone to berlin

This commit is contained in:
Torrie Fischer 2023-12-20 09:28:53 +01:00
parent 436950eef2
commit 6edfb2d8e3

View File

@ -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...");