]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/common.py
WUI: add time page was rendered to client and introducer welcome pages. closes #1972
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / common.py
index c3b94d2a36957c238a1355a5332096231f968e8e..be6df366df1c7da9a8f27efe80e8cb6ff4a00a5f 100644 (file)
@@ -16,6 +16,9 @@ from allmydata.util import abbreviate
 from allmydata.util.encodingutil import to_str, quote_output
 
 
+TIME_FORMAT = "%H:%M:%S %d-%b-%Y"
+
+
 class IOpHandleTable(Interface):
     pass