Opened 16 years ago

Closed 16 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 16 years ago by Brian Warner

Milestone: undecided0.2.6
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.