Skip to content

Commit da9eef0

Browse files
committed
Fix molad
1 parent 5b7e5f7 commit da9eef0

2 files changed

Lines changed: 1017 additions & 1003 deletions

File tree

src/main/java/com/kosherjava/zmanim/ComprehensiveZmanimCalendar.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3472,6 +3472,8 @@ public Instant getZmanMolad() {
34723472
if (jewishCalendar.getJewishDayOfMonth() > 2 && jewishCalendar.getJewishDayOfMonth() < 27) {
34733473
return null;
34743474
}
3475+
System.out.println(jewishCalendar.getMoladAsInstant());
3476+
34753477
Instant molad = getMoladBasedTime(jewishCalendar.getMoladAsInstant(), null, null, true);
34763478

34773479
// deal with molad that happens on the end of the previous month

0 commit comments

Comments
 (0)