Fix timezone

This commit is contained in:
samuelbles07
2024-12-07 04:16:00 +07:00
parent 20dcea20ad
commit f4357cca7e

View File

@ -137,7 +137,7 @@ void setup() {
delay(100); /** For bester show log */
// Set timezone to UTC
setenv("TZ", "UTC-0", 1);
setenv("TZ", "UTC+0", 1);
tzset();
/** Print device ID into log */