mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-22 22:10:54 +00:00
all health timestamps in UTC
This commit is contained in:
parent
24936a6543
commit
842dc64991
2 changed files with 5 additions and 5 deletions
|
@ -114,7 +114,7 @@ func SetupServerAndHandle(config *ConfigFile, serveMux *http.ServeMux) {
|
|||
log.Println("could not announce startup to backend:", err)
|
||||
} else {
|
||||
resp.Body.Close()
|
||||
lastBackendSuccess[bPathAnnounceStartup] = time.Now()
|
||||
lastBackendSuccess[bPathAnnounceStartup] = time.Now().UTC()
|
||||
}
|
||||
|
||||
if Configuration.UseESLogStashing {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue