2011/10/17 Rainer Jung <rainer.j...@kippdata.de>:
> On 13.10.2011 14:16, Konstantin Kolinko wrote:
>> 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?
>
> Committed as r1185020 resp. r1185021.
>
> Hope that's what you had in mind.

Yes, it is. Thank you!

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