changeset 480:e97e8dd52a0c

Add a Z to the times to underline that we are on UTC time
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 17 Sep 2010 15:45:53 +0000
parents fa8a5205698c
children 9c7e1d957d6b
files contrib/sawmill/web/templates/details.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/sawmill/web/templates/details.html	Fri Sep 17 06:33:43 2010 +0000
+++ b/contrib/sawmill/web/templates/details.html	Fri Sep 17 15:45:53 2010 +0000
@@ -90,7 +90,7 @@
 
 def pretty_time(t, format="%H:%M:%S"):
     if not t: return "&lt;unknown&gt;"
-    return t.strftime(format)
+    return t.strftime(format)+"Z"
 
 def pretty_timedelta(a, b):
     if a is None or b is None: return "&lt;unknown&gt;"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)