Statistics

I am having an issue with the data formatting in the repository stats.

My issue occurs when trying to convert the time string to minutes for doing calculations with.

I have time entries like this: 06d 06h 24m 46s or
06h 24m 46s <-- this is missing the days part
It would be easier to manipulate the date if it were like this 00d 06h 24m 46s, with 00 for a place holder so we can parse the string more easily.

Have I explained this well?

thanks

That makes sense, and is easy enough to fix.

Cheers,

  • Ryan

Great!

thanks for being so consistently responsive, we really appreciate it.