commit | a7d0b41c08765f76dbb98022d15d51c6beffc4f3 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Sat Jun 15 14:33:06 2002 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Sat Jun 15 14:33:06 2002 +0000 |
tree | 71a94d3d1e7dab51f4e204f0cd974edb94f1c49e | |
parent | 47abc49c4ae7fb219f6ecafc36a3aea972468acb [diff] [blame] |
Don't use pointless GNU-isms
diff --git a/coreutils/date.c b/coreutils/date.c index 6db3e28..41ceee2 100644 --- a/coreutils/date.c +++ b/coreutils/date.c
@@ -222,8 +222,8 @@ 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') {