From 77ae19b10a522bada13e21f8b6b4fbbafd3169ef Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 12 Apr 2010 12:50:42 +0000 Subject: [PATCH] timezone --- module-tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 3317bbeb..5b19b8d9 100755 --- a/module-tools.py +++ b/module-tools.py @@ -269,7 +269,7 @@ class Module: @staticmethod def html_dump_header(title): nowdate=time.strftime("%Y-%m-%d") - nowtime=time.strftime("%H:%M") + nowtime=time.strftime("%H:%M (%Z)") print """ -- 2.43.0