Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Jan 4, 2025
2 parents 55e9668 + 503058f commit 5308616
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 28 deletions.
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
Loading

0 comments on commit 5308616

Please sign in to comment.