From: Arun Prakash Jana Date: Sat, 6 Jan 2018 04:31:54 +0000 (+0530) Subject: Swap weekday and month X-Git-Tag: v1.7~45 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=542fd2f6e881cf9012b39f6b39d1a8da472dcc1a;p=nnn.git Swap weekday and month --- diff --git a/nnn.c b/nnn.c index 4fca03c3..e5dce84e 100644 --- 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));