From 6e1712b4d6c7525e03c5fac775fa16406dd4009f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Sun, 30 Sep 2012 10:31:20 -0500 Subject: Show full date and time for package last update Now that we do updates on the fly and not just once an hour, we can afford to show a bit more granularity here. Signed-off-by: Dan McGee --- templates/packages/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/packages') diff --git a/templates/packages/details.html b/templates/packages/details.html index 5a5598a..5a93ce2 100644 --- a/templates/packages/details.html +++ b/templates/packages/details.html @@ -189,7 +189,7 @@ Unsigned {% endif %} Last Updated: - {{ pkg.last_update|date }} + {{ pkg.last_update|date:"DATETIME_FORMAT" }} UTC {% if user.is_authenticated %}{% with pkg.flag_request as flag_request %}{% if flag_request %} Last Flag Request: -- cgit v1.2.3-24-g4f1b