mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-03-05 11:14:00 +00:00
Fixed hour skew on price modifier (#959)
* Use local timezone in price config * Additional changes for previous commit * Use CET/CEST for energy prices collected from server
This commit is contained in:
@@ -977,6 +977,7 @@ void handleNtpChange() {
|
||||
ws.setTimezone(tz);
|
||||
ds.setTimezone(tz);
|
||||
ea.setTimezone(tz);
|
||||
ps->setTimezone(tz);
|
||||
}
|
||||
|
||||
config.ackNtpChange();
|
||||
|
||||
Reference in New Issue
Block a user