Skip to content

Commit

Permalink
rotate right (#7320)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed May 20, 2020
1 parent 5762712 commit 52b3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/esp8266/time.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void configTime(int timezone_sec, int daylightOffset_sec, const char* server1, c
tzr->d = 0;
tzr->s = 0;
tzr->change = 0;
tzr->offset = _timezone;
tzr->offset = -_timezone;
}

// sntp servers
Expand Down

0 comments on commit 52b3e5b

Please sign in to comment.