changeset 797:a82f1b225592

(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.
author Jim Meyering <jim@meyering.net>
date Sat, 07 Dec 1996 18:52:54 +0000
parents 5e88dcf2d0c2
children b40be7b543fe
files lib/strftime.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -461,7 +461,7 @@
 		 && *(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: