There was an error while loading. Please reload this page.
1 parent 7d5bfee commit 5221697Copy full SHA for 5221697
1 file changed
cmd/entries/edit.go
@@ -259,7 +259,6 @@ func EditCmd() *cobra.Command {
259
260
hasChanges := false
261
262
- // Truncate to minute precision for comparison since parseDateTime only parses to the minute
263
selectedStartTrunc := selectedEntry.StartTime.Truncate(time.Minute)
264
editedStartTrunc := editedEntry.StartTime.Truncate(time.Minute)
265
0 commit comments