If you start tracking at 11pm and stop tracking at 1am the next day, the tracker is confused and uses both times as a starting point
Possible solution: When the clock hits 00:00 add that as stop and starting point (when you stop the tracker check if the last item yesterday wasn´t stopped and add that stop-start point and track the current time as stop)
This is the you should not work too late feature 😄 .
I agree with your analysis. Programmatically add start and stop at 00:00:00.000 would solve this issue 👍
If you start tracking at 11pm and stop tracking at 1am the next day, the tracker is confused and uses both times as a starting point Possible solution: When the clock hits 00:00 add that as stop and starting point (when you stop the tracker check if the last item yesterday wasn´t stopped and add that stop-start point and track the current time as stop)