We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d6167 commit f34ae1fCopy full SHA for f34ae1f
custom_components/yidcal/yidcal_lib/specials.py
@@ -112,7 +112,7 @@ def get_special_shabbos_name(today: date | dates.GregorianDate | dates.HebrewDat
112
# Next month/year
113
if shabbat_heb.month == 13 or (shabbat_heb.month == 12 and not hebrewcal.Year(shabbat_heb.year).leap):
114
next_month_num = 1
115
- next_month_year = shabbat_heb.year + 1
+ next_month_year = shabbat_heb.year # Nissan is still in the same pyluach year
116
else:
117
next_month_num = shabbat_heb.month + 1
118
next_month_year = shabbat_heb.year
0 commit comments