s-a / time-track

A time-tracking commandline app.
16 stars 2 forks source link

Tracking past midnight #9

Open lustigo opened 7 years ago

lustigo commented 7 years ago

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)

s-a commented 7 years ago

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 👍