update time format

This commit is contained in:
Jason
2019-08-11 14:55:56 +08:00
parent b8614dddd3
commit 017a46576a

View File

@@ -17,7 +17,7 @@ func date(t time.Time) string {
} }
func now() string { func now() string {
return date(time.Now()) return time.Now().Format("Mon Jan 2 15:04:05 MST")
} }
func uptime() string { func uptime() string {