Updated the time stamp style

This commit is contained in:
Diptanu Choudhury
2016-02-01 17:41:47 -08:00
parent c4a6218dc5
commit 9e7e214fac

View File

@@ -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")
}