aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.c b/src/nnn.c
index e56a60f..ea2aa7f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -3370,7 +3370,7 @@ static void redraw(char *path)
base = unescape(pent->name, NAME_MAX, NULL);
/* Timestamp */
- strftime(buf, 18, "%Y/%b/%d %R", localtime(&pent->t));
+ strftime(buf, 18, "%Y-%b-%d %R", localtime(&pent->t));
mvprintw(lastln, 0, "%d/%d (%d) %s%s%s %s %s %s [%s]",
cur + 1, ndents, nselected, selmode, sort, buf,