Merge branch 'tfofurn-master'

This commit is contained in:
Florine W. Dekker 2021-11-14 01:57:01 +01:00
commit b3e37a562a
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ class DoomsdayDate {
const anchorDate = new Date(this.date);
anchorDate.setDate(4); // 4th
anchorDate.setMonth(3); // April
anchorDate.setHours(0); // midnight local time
return DoomsdayDate.getWeekDayOf(anchorDate);
};