From: Jim Meyering Date: Sat, 7 Dec 1996 18:52:54 +0000 (+0000) Subject: (strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert. X-Git-Tag: TEXTUTILS-1_19q~18 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b1cc66221504846a8b72ee2bb86741f0934a230f;p=thirdparty%2Fcoreutils.git (strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert. --- diff --git a/lib/strftime.c b/lib/strftime.c index 489911f339..716f6530a6 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -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: