Re: RFR JDK-8133079 LocalDate/LocalTime ofInstant()

2015-09-10 Thread Roger Riggs
Hi Stephen, I can take it up but probably won't get to it until after JavaOne. (Early Nov) Roger On 9/8/2015 2:53 PM, Stephen Colebourne wrote: Anyone like to take this on please? Stephen On 28 Aug 2015 00:07, "Stephen Colebourne" wrote: External question sites

Re: RFR JDK-8133079 LocalDate/LocalTime ofInstant()

2015-09-10 Thread Roger Riggs
Hi Stephen, Yes, things that logically go together can be in the same bug/issue and be handled with a single review cycle to keep the overhead down. Thanks, Roger On 9/10/2015 10:08 AM, Stephen Colebourne wrote: Shall I just open a number of these with things to be changed, so you can deal

Re: RFR JDK-8133079 LocalDate/LocalTime ofInstant()

2015-09-10 Thread Stephen Colebourne
Shall I just open a number of these with things to be changed, so you can deal with them in a batch then? Stephen On 10 September 2015 at 14:42, Roger Riggs wrote: > Hi Stephen, > > I can take it up but probably won't get to it until after JavaOne. (Early > Nov) > >

Re: RFR JDK-8133079 LocalDate/LocalTime ofInstant()

2015-09-08 Thread Stephen Colebourne
Anyone like to take this on please? Stephen On 28 Aug 2015 00:07, "Stephen Colebourne" wrote: > External question sites indicate that users have difficulty converting > between java.util.Date and LocalDate, and also between Instant and > LocalDate/LocalTime. This user

RFR JDK-8133079 LocalDate/LocalTime ofInstant()

2015-08-27 Thread Stephen Colebourne
External question sites indicate that users have difficulty converting between java.util.Date and LocalDate, and also between Instant and LocalDate/LocalTime. This user difficulty can be resolved with some additional methods. Currently, the following methods exist: