From 017a46576a9af35be90e6ecb4216b72eb21ec7b7 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 11 Aug 2019 14:55:56 +0800 Subject: [PATCH] update time format --- common/stats/session/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {