dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
668 stars 75 forks source link

Check if a new record created happend before current time. #151

Closed alksmt closed 3 years ago

alksmt commented 3 years ago

As was mentioned in #145 there is a potential issue while adding a record with dates in future. Going to add validation and reject new record creation if it was started or finished after current timestamp.