From df980f995128e4a1d2180e711c191a5d39bf90fb Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 8 Feb 2025 22:13:05 +0100 Subject: ref: Use proper time formatting --- templates/gitlist.qtpl.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/gitlist.qtpl.go') diff --git a/templates/gitlist.qtpl.go b/templates/gitlist.qtpl.go index 6fb168a..1c0fdac 100644 --- a/templates/gitlist.qtpl.go +++ b/templates/gitlist.qtpl.go @@ -178,9 +178,9 @@ func (p *GitListPage) StreamContent(qw422016 *qt422016.Writer, ctx context.Conte qw422016.N().S(` `) + qw422016.N().S(` UTC">`) //line templates/gitlist.qtpl:46 qw422016.E().S(humanize.Time(r.LastCommit.Author.When)) //line templates/gitlist.qtpl:46 -- cgit v1.2.3