Returns a copy of this {@code ZonedDateTime} with the specified number of weeks added.
!(p)
This operates on the local time-line,
{@link LocalDateTime#plusWeeks(long) adding weeks} to the local date-time.
This is then converted back to a {@code ZonedDateTime}, using the zone ID
to obtain the offset.
!(p)
When converting back to {@code ZonedDateTime}, if the local date-time is _in an overlap,
then the offset will be retained if possible, otherwise the earlier offset will be used.
If _in a gap, the local date-time will be adjusted forward by the length of the gap.
!(p)
This instance is immutable and unaffected by this method call.
@param weeks the weeks to add, may be negative
@return a {@code ZonedDateTime} based on this date-time with the weeks added, not null
@throws DateTimeException if the result exceeds the supported date range
Returns a copy of this {@code ZonedDateTime} with the specified number of weeks added. !(p) This operates on the local time-line, {@link LocalDateTime#plusWeeks(long) adding weeks} to the local date-time. This is then converted back to a {@code ZonedDateTime}, using the zone ID to obtain the offset. !(p) When converting back to {@code ZonedDateTime}, if the local date-time is _in an overlap, then the offset will be retained if possible, otherwise the earlier offset will be used. If _in a gap, the local date-time will be adjusted forward by the length of the gap. !(p) This instance is immutable and unaffected by this method call.
@param weeks the weeks to add, may be negative @return a {@code ZonedDateTime} based on this date-time with the weeks added, not null @throws DateTimeException if the result exceeds the supported date range