Skip to content

Commit

Permalink
Fix timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbles07 committed Dec 6, 2024
1 parent 20dcea2 commit f4357cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/OneOpenAir/OneOpenAir.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f4357cc

Please sign in to comment.