Skip to content

Fix calculation of easter offsets

Volker Krause requested to merge work/fix-easter-offsets into release/21.04

Using the same approach as for calculating weekday offsets from month boundaries is wrong on multiple levels (wrong reference dates, wrong handling of Sunday offsets), so add a separate method for this.

Merge request reports