mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 21:03:30 +02:00
Add option to truncate seconds / round down to full minute
This commit is contained in:
@@ -45,6 +45,7 @@ var finishCmd = &cobra.Command{
|
||||
runningEntry.Finish = tmpEntry.Finish
|
||||
} else {
|
||||
runningEntry.Finish = time.Now()
|
||||
runningEntry.secondsFinish()
|
||||
}
|
||||
|
||||
if project != "" {
|
||||
|
||||
Reference in New Issue
Block a user