1
0
Fork 0
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:
Kane York 2016-06-02 08:39:11 -07:00
parent 24936a6543
commit 842dc64991
2 changed files with 5 additions and 5 deletions

View file

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