Re: juli.OneLineFormatter: use US locale

2011-10-16 Thread Konstantin Kolinko
2011/10/17 Rainer Jung : > 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- HH:mm:ss" and in my case >> the month name is rendered in Cyrillic. >> >> >> The Simple

Re: juli.OneLineFormatter: use US locale

2011-10-16 Thread Rainer Jung
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- HH:mm:ss" and in my case > the month name is rendered in Cyrillic. > > > The SimpleDateFormat instances are created

Re: juli.OneLineFormatter: use US locale

2011-10-13 Thread Rainer Jung
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- HH:mm:ss" and in my case > the month name is rendered in Cyrillic. > > > The SimpleDateFormat instances are created

juli.OneLineFormatter: use US locale

2011-10-13 Thread Konstantin Kolinko
Hi! I would like to change OneLineFormatter to use US locale for its timestamp. The timestamp format there is "dd-MMM- 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 change