Hello.
I'm working on long time connections. If the millisec is higher than 10 digits, Sarg shows 0 on that line. I guess there should be fix like we install sarg 2.4
(ex: In make stage, in user.c file char yearnum[10]; needs to be change to char yearnum[20];
I guess in millisec also needs to change somewhere to store more than 10 digits. How can I do that?