aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/date.c')
-rw-r--r--coreutils/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index 6db3e2838..41ceee29d 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -222,8 +222,8 @@ int date_main(int argc, char **argv)
if (date_fmt == NULL) {
date_fmt = (rfc822
? (utc
- ? "%a, %_d %b %Y %H:%M:%S GMT"
- : "%a, %_d %b %Y %H:%M:%S %z")
+ ? "%a, %e %b %Y %H:%M:%S GMT"
+ : "%a, %e %b %Y %H:%M:%S %z")
: "%a %b %e %H:%M:%S %Z %Y");
} else if (*date_fmt == '\0') {