diff --git a/server_apps.go b/server_apps.go
index f45be31b7c40a30b9494629b9a41b93ba877e853..b8359c231e0aff7fa4d991e784b03959179a3cb4 100644
--- a/server_apps.go
+++ b/server_apps.go
@@ -571,7 +571,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 {
@@ -639,7 +639,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