You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't this be >= instead of >? If 30 minutes is equal to the second zman, return 30 minutes (or the other zman, depending on how you look at it). Is this not semantically equivalent to Math.max()?
Shouldn't this be
>=
instead of>
? If 30 minutes is equal to the second zman, return 30 minutes (or the other zman, depending on how you look at it). Is this not semantically equivalent toMath.max()
?zmanim/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
Line 1860 in d24323b
Same for this:
zmanim/src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
Line 4025 in d24323b
The text was updated successfully, but these errors were encountered: