We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a745d89 commit 58d6288Copy full SHA for 58d6288
src/main/java/com/kosherjava/zmanim/ComplexZmanimCalendar.java
@@ -3797,7 +3797,7 @@ public Date getSofZmanBiurChametzMGA16Point1Degrees() {
3797
public Date getSolarMidnight() {
3798
ZmanimCalendar clonedCal = (ZmanimCalendar) clone();
3799
clonedCal.getCalendar().add(Calendar.DAY_OF_MONTH, 1);
3800
- return getTimeOffset(getChatzos(), clonedCal.getChatzos().getTime() - getChatzos().getTime());
+ return getTimeOffset(getChatzos(), (clonedCal.getChatzos().getTime() - getChatzos().getTime()) / 2);
3801
}
3802
3803
/**
0 commit comments