Andrew John Hughes wrote:
> 2008/12/31 Andrew Haley :
>> Andrew John Hughes wrote:
>>> The standard characters set in SimpleDateFormat should match
>>> the length of the localised characters obtained from our locale
>>> data.
>>>
>>> ChangeLog:
>>>
>>> 2008-12-30 Andrew John Hughes
>>>
>>>
2008/12/31 Andrew Haley :
> Andrew John Hughes wrote:
>> The standard characters set in SimpleDateFormat should match
>> the length of the localised characters obtained from our locale
>> data.
>>
>> ChangeLog:
>>
>> 2008-12-30 Andrew John Hughes
>>
>> * java/text/SimpleDateFormat.java:
>>
Andrew John Hughes wrote:
> The standard characters set in SimpleDateFormat should match
> the length of the localised characters obtained from our locale
> data.
>
> ChangeLog:
>
> 2008-12-30 Andrew John Hughes
>
> * java/text/SimpleDateFormat.java:
> (standardChars): Use standar
The standard characters set in SimpleDateFormat should match
the length of the localised characters obtained from our locale
data.
ChangeLog:
2008-12-30 Andrew John Hughes
* java/text/SimpleDateFormat.java:
(standardChars): Use standard characters from CLDR.
(RFC822_TI
- Forwarded message from -
To: classpath-patches@gnu.org
Subject: FYI: Fix regression in SimpleDateFormat
This reimplements support for 'Z' (RFC822 dates) in SimpleDateFormat
after it was removed during a JAPI fix.
ChangeLog:
2008-03-24 Andrew John Hughes <[EMAIL PROTECTED]>