timezone
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 12 Apr 2010 12:50:42 +0000 (12:50 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 12 Apr 2010 12:50:42 +0000 (12:50 +0000)
module-tools.py

index 3317bbe..5b19b8d 100755 (executable)
@@ -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 """
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">