dominikbraun / timetrace

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

[Patch] Remove seconds from Time Formatter #113

Closed dhanushsr closed 3 years ago

dhanushsr commented 3 years ago

In the time formatter package, if hours and minutes are 0 then seconds will be considered. As seconds is not handled in users perspective, seconds need not be considered.