projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9235ec
)
(strftime): Remove " %Z" part of format for %c. Suggestion from Paul Eggert.
author
Jim Meyering
<jim@meyering.net>
Sat, 7 Dec 1996 18:52:54 +0000
(18:52 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 7 Dec 1996 18:52:54 +0000
(18:52 +0000)
lib/strftime.c
patch
|
blob
|
history
diff --git
a/lib/strftime.c
b/lib/strftime.c
index 489911f339983f5755f130a7bfb9904078cd9de3..716f6530a669fe7c77e630f3fe307e21c44468b6 100644
(file)
--- 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: