logwizard icon indicating copy to clipboard operation
logwizard copied to clipboard

when time column present, date column not present -> adjust times

Open jtorjo opened this issue 10 years ago • 0 comments

Just in case the log entries span over several days, ilke (before and after midnight), in this case, I need to adjust dates.

Basically, the line.time is computed correctly, but the date will always be today. When going to a certain time (ctrl-g), we would then compute the destination wrongly, since we perform a binary search, and our list is not sorted correctly.

jtorjo avatar Jan 13 '16 14:01 jtorjo