mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-21 02:06:35 +00:00
Adjust buildtime timezone
This commit is contained in:
parent
d8a16faabe
commit
486605ff9e
@ -540,7 +540,7 @@ void webHandleInfo()
|
|||||||
httpMessage += __DATE__;
|
httpMessage += __DATE__;
|
||||||
httpMessage += F(" ");
|
httpMessage += F(" ");
|
||||||
httpMessage += __TIME__;
|
httpMessage += __TIME__;
|
||||||
httpMessage += F(" CET<br/><b>Uptime: </b>");
|
httpMessage += F(" UTC<br/><b>Uptime: </b>"); // Github buildservers are in UTC
|
||||||
|
|
||||||
unsigned long time = millis() / 1000;
|
unsigned long time = millis() / 1000;
|
||||||
uint16_t day = time / 86400;
|
uint16_t day = time / 86400;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user