diff --git a/common/stats/session/utils.go b/common/stats/session/utils.go index 16a7477..b4e0860 100644 --- a/common/stats/session/utils.go +++ b/common/stats/session/utils.go @@ -17,7 +17,7 @@ func date(t time.Time) string { } func now() string { - return date(time.Now()) + return time.Now().Format("Mon Jan 2 15:04:05 MST") } func uptime() string {