瀏覽代碼

Use short month names to make them line up

Ben S 11 年之前
父節點
當前提交
bf815afa8e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/file.rs

+ 1 - 1
src/file.rs

@@ -304,7 +304,7 @@ impl<'a> File<'a> {
     }
 
     fn timestamp(&self, time_type: TimeType) -> Cell {
-        let format = date_format!("{:Y} {10>:M} {2>:D}");
+        let format = date_format!("{:Y} {:M} {2>:D}");
 
         // Need to convert these values from milliseconds into seconds.
         let time_in_seconds = match time_type {