Description
SimpleDateFormat uses the std::locale class to determine appropriate localized month and day names. A user reported that gcc 2.95.2 for Solaris did not implement std::locale. The patch adds a fallback to use of APR's time formatting in case std::locale is missing. The fallback will not follow changes to the applications locale and will always display English names.