-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
At the moment, the break time displayed on timetrace status
includes seconds:
+-------------------+----------------------+----------------+--------------+
| CURRENT PROJECT | WORKED SINCE START | WORKED TODAY | BREAKS |
+-------------------+----------------------+----------------+--------------+
| web-store | 0h 30min | 0h 30min | 0h 0min 0sec |
+-------------------+----------------------+----------------+--------------+
Since timetrace doesn't deal with seconds at least from a user perspective, the output here should be 0h 0min
instead.
There's probably a way to format this using the Formatter
type. You can get a ready-to-use instance using Timetrace.Formatter()
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers