diff --git a/internal/web/views.go b/internal/web/views.go index a4069f5..0cc7923 100644 --- a/internal/web/views.go +++ b/internal/web/views.go @@ -131,7 +131,7 @@ func (s *Server) renderRecent(w http.ResponseWriter, r *http.Request, orderBy, t Amount: dollars(row.AmountCents), Category: row.Category, Who: shortWho(row.Who), - When: row.UploadedAt.Local().Format("2006-01-02 15:04"), + When: row.UploadedAt.Local().Format("2006-01-02"), Filename: row.OriginalFilename, Attachments: links, })