Skip to content

Commit

Permalink
Updated the time stamp style
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Feb 2, 2016
1 parent c4a6218 commit 9e7e214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 9e7e214

Please sign in to comment.