I tried this:
LocalDateTime.ofInstant(dateTime.toInstant(), ZoneId.systemDefault()))
But it gives compile time error:
The method ofInstant(java.time.Instant, java.time.ZoneId) in the type LocalDateTime is not applicable for the arguments (org.joda.time.Instant, java.time.ZoneId)