Forráskód Böngészése

Using the same alignment as ls.

nwin 11 éve
szülő
commit
0082563e47
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/file.rs

+ 1 - 1
src/file.rs

@@ -319,7 +319,7 @@ impl<'a> File<'a> {
                 DateFormat::parse("{2>:D} {:M} {2>:h}:{02>:m}").unwrap()
                 DateFormat::parse("{2>:D} {:M} {2>:h}:{02>:m}").unwrap()
             }
             }
             else {
             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())
         Cell::paint(Blue.normal(), format.format(date, locale).as_slice())