Skip to content

Commit 52b3e5b

Browse files
authored
rotate right (#7320)
1 parent 5762712 commit 52b3e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp8266/time.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void configTime(int timezone_sec, int daylightOffset_sec, const char* server1, c
175175
tzr->d = 0;
176176
tzr->s = 0;
177177
tzr->change = 0;
178-
tzr->offset = _timezone;
178+
tzr->offset = -_timezone;
179179
}
180180

181181
// sntp servers

0 commit comments

Comments
 (0)