diff --git a/command/helpers.go b/command/helpers.go index fab7a5d6bea..c03ba3cbd1a 100644 --- a/command/helpers.go +++ b/command/helpers.go @@ -35,5 +35,5 @@ func limit(s string, length int) string { // formatTime formats the time to string based on RFC822 func formatTime(t time.Time) string { - return t.Format(time.RFC822) + return t.Format("02/01/06 15:04:05 MST") }