From b0c0cc72c497ec81a9be26539f7e1b461cd9b62e Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 26 Sep 2019 08:22:53 +0530 Subject: [PATCH] Use uniform separator --- src/nnn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nnn.c b/src/nnn.c index e56a60f6..ea2aa7f4 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,