fix 'object list' output.

This commit is contained in:
Jarek Kowalski
2017-09-24 12:37:42 -07:00
parent 1366f967f4
commit b2d9e07b75

View File

@@ -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