diff --git a/src/sys/svc/hasp_http.cpp b/src/sys/svc/hasp_http.cpp index 449864f5..b152474f 100644 --- a/src/sys/svc/hasp_http.cpp +++ b/src/sys/svc/hasp_http.cpp @@ -540,7 +540,7 @@ void webHandleInfo() httpMessage += __DATE__; httpMessage += F(" "); httpMessage += __TIME__; - httpMessage += F(" CET
Uptime: "); + httpMessage += F(" UTC
Uptime: "); // Github buildservers are in UTC unsigned long time = millis() / 1000; uint16_t day = time / 86400;