Wrong date creation based on destination.one repeatUntil #97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "12653-v4"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Respect the last day, if we import on that day.
A new test is added to reflect that situation.
The workaround for missing
DatePeriod::INCLUDE_END_DATEis extended to cover that situation.Fix wrong determination of repeat minutes
The used value was for month instead of minutes.
We now use the correct identifier for minutes.
This revealed that tests only passed because of the issue.
We therefore fix the code to still pass correct tests by working around PHP < 8.2 limitation.
Add test to ensure that weekly basis includes last day
Relates: #12653