I\'m trying to simply add TimeZone information back into a LocalDate before performing some more calculations. The LocalDate came from using the ObjectLab LocalDateCalculator to
There are various methods on LocalDate for this, including:
You have to be explicit about what you want the time component to be in the resulting DateTime
object, which is why DateTime
's general-conversion constructor can't do it.