-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
This is commented out for some reason
zmanim/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
Lines 3787 to 3796 in 3ebea96
| public Date getSofZmanAchilasChametzGRA() { | |
| /*JewishCalendar jewishCalendar = new JewishCalendar(); | |
| jewishCalendar.setGregorianDate(getCalendar().get(Calendar.YEAR), getCalendar().get(Calendar.MONTH), | |
| getCalendar().get(Calendar.DAY_OF_MONTH)); | |
| if (jewishCalendar.getJewishMonth() == JewishCalendar.NISSAN && jewishCalendar.getJewishDayOfMonth() == 14) { | |
| return getSofZmanTfilaGRA(); | |
| } else { | |
| return null; | |
| }*/ | |
| return getSofZmanTfilaGRA(); |
IMHO, we should keep calendar and zmanim calculations separate, but I think we gotta be consistent.
Metadata
Metadata
Assignees
Labels
No labels