[Bug libc/172] [PATCH] syslog date format should not be locale dependent
jakub at redhat dot com
sourceware-bugzilla@sources.redhat.com
Tue May 18 20:41:00 GMT 2004
------- Additional Comments From jakub at redhat dot com 2004-05-18 20:41 -------
glibc-2.3.1 is very old.
Current glibc uses:
f->_IO_write_ptr += __strftime_l (f->_IO_write_ptr,
f->_IO_write_end -
f->_IO_write_ptr,
"%h %e %T ",
__localtime_r (&now, &now_tm),
&_nl_C_locobj);
and so doesn't have this problem (since 2003-09-25).
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
http://sources.redhat.com/bugzilla/show_bug.cgi?id=172
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the Glibc-bugs
mailing list