[threeten-dev] j.u.c.JavatimeTest.java update
Xueming Shen
xueming.shen at oracle.com
Sat Feb 23 15:48:29 PST 2013
I meant the recent change that keeps the "GMT" or "UTC" as the prefix, so
GMT-07:00 -> GMT-07:00 (getId()), the early implementation drops the
GMT/UTC for normalization.
On 2/23/13 2:43 PM, Stephen Colebourne wrote:
> Was this the change that altered EST to America/New_York?
>
> I don't have any specific comments on the webrev.
>
> Stephen
>
>
> On 23 February 2013 05:38, Xueming Shen <xueming.shen at oracle.com> wrote:
>> test/java/util/calendar/JavatimeTest.java failed after the recent changes in
>> ZoneId for
>> those 3 aliases MST, HST and EST in roundtrip conversion. The conversion now
>> goes
>> as EST/HST/MST->-N:00->GMT-N:00, so no round-trip for tz->zid->tz->zid.
>>
>> Just removed them from the testing. I also pulled in the test change I did
>> in TL repo
>> for the test failure (of this test) in some configurations.
>>
>> http://cr.openjdk.java.net/~sherman/jdk8_threeten/jucTest/
>>
>> -Sherman
More information about the threeten-dev
mailing list