cppcooper / time-tracker

Command line time tracker for session/accumulated time.
MIT License
0 stars 0 forks source link

new day adds erroneous timestamps #4

Closed cppcooper closed 2 years ago

cppcooper commented 2 years ago

When clocking in on an entirely new day, whilst not "clocked in" midnight timestamps are inserted erroneously.

2022-05-06,08:10:00,17:00:04,23:59:59
2022-05-10,00:00:00,08:24:25
cppcooper commented 2 years ago

Unable to reproduce. The system where this issue took place may have two install locations.. or something funky like that.

cppcooper commented 2 years ago
$ sudo ninja install
[Wed 08:28:57]
[sudo] password for josh: 
[0/1] Install the project...
-- Install configuration: "Release"
-- Up-to-date: /usr/local/time-tracker

^ after literally deleting the file. So the install was obviously bonked. Seems to work now after clearing the cmake/build files