(SolarTime geoLocation)
| 406 | * @see #at(SolarTime) |
| 407 | */ |
| 408 | public static Optional<HebrewTime> now(SolarTime geoLocation) { |
| 409 | |
| 410 | return HebrewTime.at(geoLocation).apply(SystemClock.currentMoment()); |
| 411 | |
| 412 | } |
| 413 | |
| 414 | /** |
| 415 | * <p>Obtains the current simplified Hebrew time in system time on a fixed 24-hour-scale. </p> |
no test coverage detected