-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AstronomicalCalendar - solar midnight changes
- Fix incorrect documentation on getTemporalHour() and getTemporalHour(Date startOfDay, Date endOfDay) - Solar midnight is now the last zman of the day, not the first - If calculated for Feb 8, it will be the midnight boundary between Jan 8 and Jan 9. - Deprecate getSunLowerTransit() - use getSolarMidnight() instead (this is already done internally) - Changes to getSolarMidnight() to use the calculator implementations - Update JavaDocs to avoid warnings on recent JDKs and other tweaks
- Loading branch information
1 parent
e0dd162
commit 5dd0df5
Showing
1 changed file
with
53 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters