Opened 17 years ago
Closed 17 years ago
#59 closed defect (fixed)
'flogtool tail' misformats timestamp slightly: extra zero
Reported by: | Brian Warner | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.2.6 |
Component: | logging | Version: | 0.2.5 |
Keywords: | Cc: |
Description
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)
Change History (1)
comment:1 Changed 17 years ago by
Milestone: | undecided → 0.2.6 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
fixed, in [616abf360aaa73a0e72b55d99d0876cf7f15e0bf]