Don't use pointless GNU-isms
authorEric Andersen <andersen@codepoet.org>
Sat, 15 Jun 2002 14:33:06 +0000 (14:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 15 Jun 2002 14:33:06 +0000 (14:33 -0000)
coreutils/date.c

index 6db3e2838731b0f0b0dd0e26ad021b7a245199d2..41ceee29d5d1b5760354d1a0d3a8bc44f4c2b223 100644 (file)
@@ -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') {