[Treepkg-commits] r440 - trunk/contrib/sawmill/web/templates

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 17 17:45:53 CEST 2010


Author: aheinecke
Date: 2010-09-17 17:45:53 +0200 (Fri, 17 Sep 2010)
New Revision: 440

Modified:
   trunk/contrib/sawmill/web/templates/details.html
Log:
Add a Z to the times to underline that we are on UTC time


Modified: trunk/contrib/sawmill/web/templates/details.html
===================================================================
--- trunk/contrib/sawmill/web/templates/details.html	2010-09-17 06:33:43 UTC (rev 439)
+++ trunk/contrib/sawmill/web/templates/details.html	2010-09-17 15:45:53 UTC (rev 440)
@@ -90,7 +90,7 @@
 
 def pretty_time(t, format="%H:%M:%S"):
     if not t: return "<unknown>"
-    return t.strftime(format)
+    return t.strftime(format)+"Z"
 
 def pretty_timedelta(a, b):
     if a is None or b is None: return "<unknown>"



More information about the Treepkg-commits mailing list