diff --git a/server_apps.go b/server_apps.go index fbc1aac8d461bf407f2dbbd42f8cca38d52c5589..30e508e1bbb4fc9bbc4cf59bd9145c89095f4b61 100644 --- a/server_apps.go +++ b/server_apps.go @@ -569,7 +569,7 @@ func (s *server) handleApps(w http.ResponseWriter, r *http.Request) { } resp := res{ - DT: time.Now(), + DT: time.Now().UTC(), } for _, a := range apps { if a.appInfo == nil { @@ -637,7 +637,7 @@ func (s *server) handleAppShame(w http.ResponseWriter, r *http.Request) { } resp := res{ - DT: time.Now(), + DT: time.Now().UTC(), } for _, shame := range appShame { // Guarenteed to be exactly 2 parts because of the regex