diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-08 22:13:05 +0100 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-02-08 22:14:52 +0100 |
commit | df980f995128e4a1d2180e711c191a5d39bf90fb (patch) | |
tree | 3f7468523cee7ceb21e4190b00bfc90f8431a3e0 /templates/commit.qtpl | |
parent | af516a40ecee17bc668ef225bbda16792e29244d (diff) | |
download | cerrado-df980f995128e4a1d2180e711c191a5d39bf90fb.tar.gz cerrado-df980f995128e4a1d2180e711c191a5d39bf90fb.tar.bz2 cerrado-df980f995128e4a1d2180e711c191a5d39bf90fb.zip |
ref: Use proper time formatting
Diffstat (limited to 'templates/commit.qtpl')
-rw-r--r-- | templates/commit.qtpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.qtpl b/templates/commit.qtpl index ea2f144..b5699f4 100644 --- a/templates/commit.qtpl +++ b/templates/commit.qtpl @@ -14,7 +14,7 @@ </div> {% endif %} <div class="col-md text-md-end"> - <a title="{%s c.Author.When.Format("2006-01-02 15:04:05 UTC")%}">{%s humanize.Time(c.Author.When) %}</a> + <a title="{%s c.Author.When.UTC().Format("2006-01-02 15:04:05")%} UTC">{%s humanize.Time(c.Author.When) %}</a> </div> </div> <div class="code-view"> |