mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-08-02 10:24:30 +02:00
Fix timezone
This commit is contained in:
@@ -137,7 +137,7 @@ void setup() {
|
|||||||
delay(100); /** For bester show log */
|
delay(100); /** For bester show log */
|
||||||
|
|
||||||
// Set timezone to UTC
|
// Set timezone to UTC
|
||||||
setenv("TZ", "UTC-0", 1);
|
setenv("TZ", "UTC+0", 1);
|
||||||
tzset();
|
tzset();
|
||||||
|
|
||||||
/** Print device ID into log */
|
/** Print device ID into log */
|
||||||
|
Reference in New Issue
Block a user