diff options
Diffstat (limited to 'nnn.c')
-rw-r--r-- | nnn.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1150,7 +1150,7 @@ printent_long(struct entry *ent, int sel) else ncols = COLS; - strftime(buf, 18, "%d %m %Y %H:%M", localtime(&ent->t)); + strftime(buf, 18, "%d-%m-%Y %H:%M", localtime(&ent->t)); if (sel) attron(A_REVERSE); |