aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.c b/nnn.c
index c8de442..4c8ac94 100644
--- a/nnn.c
+++ b/nnn.c
@@ -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);