mirror of
https://github.com/kopia/kopia.git
synced 2026-03-12 19:26:25 -04:00
fix 'object list' output.
This commit is contained in:
@@ -30,7 +30,7 @@ func runListObjectsAction(context *kingpin.ParseContext) error {
|
||||
continue
|
||||
}
|
||||
|
||||
fmt.Printf("D%v %10v %v\n", b.BlockID, b.Length, b.TimeStamp.Format(timeFormat))
|
||||
fmt.Printf("D%-34v %10v %v\n", b.BlockID, b.Length, b.TimeStamp.Local().Format(timeFormat))
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user