Add option to truncate seconds / round down to full minute

This commit is contained in:
Martin (Schretzi) Fuchsluger
2025-02-14 19:50:40 +01:00
parent 7aff467a7b
commit c004fe48e2
2 changed files with 20 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ var finishCmd = &cobra.Command{
runningEntry.Finish = tmpEntry.Finish
} else {
runningEntry.Finish = time.Now()
runningEntry.secondsFinish()
}
if project != "" {