aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2020-05-26 12:37:05 -0700
committerAlec Warner <antarus@gentoo.org>2020-05-26 12:37:05 -0700
commit858c36efe5ba15523e08d56c75545ddeb5ccd315 (patch)
treed6f5ef6e928412d763383e476fd5feb1b65787e2 /web
parentRewrite added feed with gorilla feed. (diff)
downloadsoko-858c36efe5ba15523e08d56c75545ddeb5ccd315.tar.gz
soko-858c36efe5ba15523e08d56c75545ddeb5ccd315.tar.bz2
soko-858c36efe5ba15523e08d56c75545ddeb5ccd315.zip
Use RFC3339 for time in footer.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=708302 Signed-off-by: Alec Warner <antarus@gentoo.org>
Diffstat (limited to 'web')
-rw-r--r--web/templates/layout/footer.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/layout/footer.tmpl b/web/templates/layout/footer.tmpl
index a76c41b..909750c 100644
--- a/web/templates/layout/footer.tmpl
+++ b/web/templates/layout/footer.tmpl
@@ -6,7 +6,7 @@
<h3 class="footerhead">Gentoo Packages Database</h3>
<div class="row">
<div class="col-xs-12 col-md-4">
- <span class="kk-group-header">Data as current of</span><br>{{ .LastUpdate.Format "Jan 02, 2006 15:04:05 UTC" }}
+ <span class="kk-group-header">Data as current of</span><br>{{ rfc3339 .LastUpdate }}
</div>
<div class="col-xs-12 col-md-4">
</div>