main: update timezone to berlin
This commit is contained in:
parent
436950eef2
commit
6edfb2d8e3
@ -88,7 +88,7 @@ void setup() {
|
|||||||
Log.notice(u8"📡 Platform %s version %s", Platform::name(), Platform::version());
|
Log.notice(u8"📡 Platform %s version %s", Platform::name(), Platform::version());
|
||||||
|
|
||||||
Log.notice(u8"Setting timezone to +2 (CEST)");
|
Log.notice(u8"Setting timezone to +2 (CEST)");
|
||||||
Platform::setTimezone(+2);
|
Platform::setTimezone(+1);
|
||||||
|
|
||||||
Log.trace(u8"Setting up platform...");
|
Log.trace(u8"Setting up platform...");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user