https://issues.apache.org/bugzilla/show_bug.cgi?id=54177

--- Comment #4 from Rainer Jung <rainer.j...@kippdata.de> ---
For the sake of completeness: Chris has found an API, strftime_l(), which
allows to format using a chosen call-specific locale. This API is pretty recent
though, it is only part of the Open Group Unix Specification Version 4, which
seems to have been published 2013.

We could detect presence of strftime_l() during "configure", then use this
modern API to format a more human-friendly time format string using the "C"
locale, thus ending up with an ASCII representation.

I'm not planning to do that work currently, but patches are welcome.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to