mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-26 13:56:27 +00:00
Using the same alignment as ls.
This commit is contained in:
parent
8ac16fad8a
commit
0082563e47
@ -319,7 +319,7 @@ impl<'a> File<'a> {
|
||||
DateFormat::parse("{2>:D} {:M} {2>:h}:{02>:m}").unwrap()
|
||||
}
|
||||
else {
|
||||
DateFormat::parse("{2>:D} {:M} {4>:Y}").unwrap()
|
||||
DateFormat::parse("{2>:D} {:M} {5>:Y}").unwrap()
|
||||
};
|
||||
|
||||
Cell::paint(Blue.normal(), format.format(date, locale).as_slice())
|
||||
|
Loading…
Reference in New Issue
Block a user