I configured WorkingHours (2.5.29.0) to round to the nearest 15 minutes and set a break time between 12:00 and 12:30. My problem is that if I click on a work entry the calculated work time is wrong.
Example:
Real work time: 11:04 - 16:46
Rounded Start time: 11:00
Rounded End time: 16:45
break time: 0:30
Calculated work time: 5h 0m
I had expected a work time of 5h 15m 😉
Another example:
start time: 8:00 (8:13)
end time: 18:00 (18:11)
break time: 30min
calculated work time: 8h 15m
By the way I would have expected, that the "nearest rounding time" to be 8:15 and 18:15. Apparently the rounding function still has a few small bugs. 🙂