﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
59	'flogtool tail' misformats timestamp slightly: extra zero	Brian Warner		"{{{13:50:200.645 L20 []#2366651 plaintext...}}}

There's an extra ""0"" in the seconds portion of the timestamp. I think I'm using a {{{.%0.3f}}} instead of {{{.%.3f}}}, or maybe I need to strip the leading 0, or maybe I should just format it manually with {{{""%3d"" % int(t/1000.0)}}}
"	defect	closed	minor	0.2.6	logging	0.2.5	fixed		
