Skip to content

Commit

Permalink
Merge branch 'june-2.4.1' into june-2.4.1-gfi-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyubimov committed Jul 10, 2017
2 parents 3d93c7c + a7b94db commit ed8b65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hydra_EVSE/Hydra_EVSE.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ void doClockMenu(boolean initialize)
// The underlying system clock is always winter time.
// Note that setting the time during the repeated hour in
// the fall will assume winter time - the hour will NOT repeat.
// if (enable_dst) toSet = dst.toUTC(toSet);
if (enable_dst) toSet -= SECS_PER_HOUR;
setTime(toSet);
RTC.set(toSet);
doMenuFunc = doMenu;
Expand Down

0 comments on commit ed8b65b

Please sign in to comment.