Adjust buildtime timezone

This commit is contained in:
fvanroie 2021-04-10 22:34:06 +02:00
parent d8a16faabe
commit 486605ff9e

View File

@ -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;