Re: RFR: 8152077: (cal) Calendar.roll does not always roll the hours during daylight savings changes

2016-03-29 Thread Yuka Kamiya
Hi, The fix looks good to me. Thanks, -- Yuka On 2016/03/29 16:55, Masayoshi Okutsu wrote: Hello, Please review the fix for JDK-8152077. There's a bug in the roll method around the standard/daylight saving time transitions. I've changed the implementation to perform the "roll" operation bas

RFR: 8152077: (cal) Calendar.roll does not always roll the hours during daylight savings changes

2016-03-29 Thread Masayoshi Okutsu
Hello, Please review the fix for JDK-8152077. There's a bug in the roll method around the standard/daylight saving time transitions. I've changed the implementation to perform the "roll" operation based on the wall-clock time rather than the UTC time (the offset from the Epoch). Issue: https