DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32064>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32064

Add TimeZone and locale for PatternLayout, remove obs DateFormat





------- Additional Comments From [EMAIL PROTECTED]  2004-11-13 03:40 -------
The previous attachment fixes two bugs in the original submission:

findMillisecondStart has been modified so it should be able to identify the
millisecond field when a non-arabic digit set is in use.  Previously, it had '0'
and '9' hard-coded to represent 0 and 9.

CachedDateFormatter.format would not properly refresh the millisecondStart
variable when the overall length changed.  The string passed did not correspond
to  an integral second which would result in a failure to detect the millisecond
field .

p.s. Most of the *DateFormatTestCase classes are no longer necessary since the
classes under test have been rewritten as shells of SimpleDateFormat.  They were
helpful in the rework of the time formatting classes in log4cxx.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to