aboutsummaryrefslogtreecommitdiff
path: root/templates/commit.qtpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/commit.qtpl.go')
-rw-r--r--templates/commit.qtpl.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/commit.qtpl.go b/templates/commit.qtpl.go
index eeaa1f0..75ae899 100644
--- a/templates/commit.qtpl.go
+++ b/templates/commit.qtpl.go
@@ -89,9 +89,9 @@ func StreamCommit(qw422016 *qt422016.Writer, name string, c *object.Commit, show
<div class="col-md text-md-end">
<a title="`)
//line templates/commit.qtpl:17
- qw422016.E().S(c.Author.When.Format("2006-01-02 15:04:05 UTC"))
+ qw422016.E().S(c.Author.When.UTC().Format("2006-01-02 15:04:05"))
//line templates/commit.qtpl:17
- qw422016.N().S(`">`)
+ qw422016.N().S(` UTC">`)
//line templates/commit.qtpl:17
qw422016.E().S(humanize.Time(c.Author.When))
//line templates/commit.qtpl:17