addDays -is:exact
Increments a date some number of days. To move forward by weeks, add
weeks*7 days. The date must be valid.
Creates a copy of datetime and adds the specified
number of days to the copy. Add negative values to subtract days.
Since: 2.26