Skip to content

Commit

Permalink
Merge pull request #294 from Diginix/master
Browse files Browse the repository at this point in the history
Fix day after tomorrow at end of the year
  • Loading branch information
mcm1957 authored Jan 4, 2025
2 parents 71e6ac5 + 15c334c commit 503058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class Feiertage extends utils.Adapter {
let datommoEaster = easter;
let datommoAdvent4 = advent4;
if (datommo > 365 + isLeap) {
datommo = 1;
datommo = 2;
}
if (datommo < todayIs) {
datommoYear++;
Expand Down

0 comments on commit 503058f

Please sign in to comment.