I have one object which is returning values in Datetime object. This attribute in mentioned in jar file so I am not able to join. When I got value I want to DateTime value into ZonedDateTime.
I searched on google but I didn't got any specific answers.
So any one can help me to solve this issue ?
Code : DateTime datetime = reader.getValueAsDateTime();
I want store into ZonedDateTime.