DirEntry: updated Display
This commit is contained in:
parent
b96805c1c4
commit
db105d3534
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ impl Display for RegularDirEntry {
|
|||
|
||||
write!(
|
||||
f,
|
||||
"DirEntry {{ {} {: <16} created: {} modified: {} }}",
|
||||
"{} {: <16} created: {} modified: {}",
|
||||
self.attr,
|
||||
name,
|
||||
self.create_time().format("%a %b %d %H:%M:%S%.3f %Y"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue