DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40432>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40432 ------- Additional Comments From [EMAIL PROTECTED] 2006-09-07 12:18 ------- Well, instead of removing the date, you could perhaps format it using numbers only (e.g. 2006/09/07 14:15 +0200) or format in English using a built-in table of English month and weekday names (hence not using libc's localized names). I know about this newlocale()/uselocale()/*_l() stuff, but that's really glibc- specific and requires a quite recent glibc, too. So it'd really be a bad approach for apache. I didn't realize when submitting the bug that apache is a multi-thread app so using setlocale() around strftime() isn't safe. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
