Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.44k stars 134 forks source link

Running time can't exceed 24 hours #45

Closed YingcaiDong closed 5 years ago

YingcaiDong commented 5 years ago

The running time will reset to 0 when the total running time exceeds 24 hours. I left a program runs for straight two days, I checked the progress by the end of the first day, and it shows 21:04:30. Later when I check the time again on the third day morning, it only shows 9 hours something.

So I am assuming that the timer resets.

dlech commented 5 years ago

Also see #40

Mpdreamz commented 5 years ago

40 is now merged, thanks for reporting.