Using the same alignment as ls.

This commit is contained in:
nwin 2015-02-22 18:50:52 +01:00
parent 8ac16fad8a
commit 0082563e47

View File

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