Don't use pointless GNU-isms

1_00_stable_10817
Eric Andersen 2002-06-15 14:33:06 +00:00
parent 47abc49c4a
commit a7d0b41c08
1 changed files with 2 additions and 2 deletions

View 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') {