summaryrefslogtreecommitdiffstats
path: root/src/file.rs
diff options
context:
space:
mode:
authornwin <nwin@users.noreply.github.com>2015-02-22 18:50:52 +0100
committernwin <nwin@users.noreply.github.com>2015-02-22 18:50:52 +0100
commit0082563e47bfdb7099011012e6243c24152df554 (patch)
tree7441a7a918b84199730b15917daab6c2eb6a0f40 /src/file.rs
parent8ac16fad8a7a2863fbcb0c965e4c4eafa8f35177 (diff)
Using the same alignment as ls.
Diffstat (limited to 'src/file.rs')
-rw-r--r--src/file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.rs b/src/file.rs
index 41e4b0c..630769b 100644
--- a/src/file.rs
+++ b/src/file.rs
@@ -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())