]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/web/common.py
replace TIME_FORMAT constant with format_time func
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / web / common.py
index 52fed6a04be4c0002a52acc7e546380b5abfe5d4..f4229bb24dad1632f07841ada78c97b79e70faba 100644 (file)
@@ -16,8 +16,6 @@ from allmydata.util import abbreviate
 from allmydata.util.encodingutil import to_str, quote_output
 
 
-TIME_FORMAT = "%H:%M:%S %d-%b-%Y"
-
 def get_filenode_metadata(filenode):
     metadata = {'mutable': filenode.is_mutable()}
     if metadata['mutable']: