(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.
authorJim Meyering <jim@meyering.net>
Sat, 7 Dec 1996 18:52:54 +0000 (18:52 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Dec 1996 18:52:54 +0000 (18:52 +0000)
lib/strftime.c

index 489911f339983f5755f130a7bfb9904078cd9de3..716f6530a669fe7c77e630f3fe307e21c44468b6 100644 (file)
@@ -461,7 +461,7 @@ strftime (s, maxsize, format, tp)
                 && *(subfmt = _NL_CURRENT (LC_TIME, ERA_D_T_FMT)) != '\0'))
            subfmt = _NL_CURRENT (LC_TIME, D_T_FMT);
 #else
-         subfmt = "%a %b %e %H:%M:%S %Z %Y";
+         subfmt = "%a %b %e %H:%M:%S %Y";
 #endif
 
        subformat: