1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

rotate right (#7320)

This commit is contained in:
david gauchard 2020-05-20 22:18:59 +02:00 committed by GitHub
parent 5762712277
commit 52b3e5b7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,7 @@ void configTime(int timezone_sec, int daylightOffset_sec, const char* server1, c
tzr->d = 0; tzr->d = 0;
tzr->s = 0; tzr->s = 0;
tzr->change = 0; tzr->change = 0;
tzr->offset = _timezone; tzr->offset = -_timezone;
} }
// sntp servers // sntp servers