]> Sergey Matveev's repositories - nnn.git/commitdiff
Swap weekday and month
authorArun Prakash Jana <engineerarun@gmail.com>
Sat, 6 Jan 2018 04:31:54 +0000 (10:01 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sat, 6 Jan 2018 04:31:54 +0000 (10:01 +0530)
nnn.c

diff --git a/nnn.c b/nnn.c
index 4fca03c32387b06c724473aef3480dc8cba6c1e1..e5dce84ec2b749efa1f5053dabd72c425f141797 100644 (file)
--- a/nnn.c
+++ b/nnn.c
@@ -274,7 +274,7 @@ static const char *STR_ATROOT = "You are at /";
 static const char *STR_NOHOME = "HOME not set";
 static const char *STR_INPUT = "No traversal delimiter allowed";
 static const char *STR_INVBM = "Invalid bookmark";
-static const char *STR_DATE = "%a %b %d %Y %T %z";
+static const char *STR_DATE = "%a %d %b %Y %T %z";
 
 /* For use in functions which are isolated and don't return the buffer */
 static char g_buf[MAX_CMD_LEN] __attribute__ ((aligned));