This is commented out for some reason
|
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.
This is commented out for some reason
zmanim/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
Lines 3787 to 3796 in 3ebea96
IMHO, we should keep calendar and zmanim calculations separate, but I think we gotta be consistent.