Subtracts the specified number of weeks.
ZonedDateTime minusWeeks(int weeks) => minusDays(weeks * 7);