chat/message: Add second resolution

This commit is contained in:
Andrey Petrov 2019-03-15 16:26:39 -04:00
parent 33d0c08ffe
commit 783c607fad
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ func (theme Theme) Highlight(s string) string {
// Timestamp formats and colorizes the timestamp.
func (theme Theme) Timestamp(t time.Time) string {
// TODO: Change this per-theme? Or config?
return theme.sys.Format(t.Format("2006-01-02 15:04 UTC"))
return theme.sys.Format(t.Format("2006-01-02 15:04:05 UTC"))
}
// List of initialzied themes