mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 20:37:52 +00:00
Use short month names to make them line up
This commit is contained in:
parent
1e48539380
commit
bf815afa8e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user