Hi!

I would like to change OneLineFormatter to use US locale for its timestamp.

The timestamp format there is "dd-MMM-yyyy HH:mm:ss" and in my case
the month name is rendered in Cyrillic.


The SimpleDateFormat instances are created in
org.apache.juli.DateFormatCache$Cache, so it has to be changed there.

I think there is no need for it to be configurable the formatter (nor
I know how to make it configurable),
so I think that the locale in the Cache can be hardcoded as Locale.US.

Are there any objections?


Best regards,
Konstantin Kolinko

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

Reply via email to