MCPcopy Create free account
hub / github.com/MenoData/Time4J / now

Method now

base/src/main/java/net/time4j/calendar/HebrewTime.java:408–412  ·  view source on GitHub ↗
(SolarTime geoLocation)

Source from the content-addressed store, hash-verified

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>

Callers 15

nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45
nowInSystemTimeMethod · 0.45

Calls 3

atMethod · 0.95
currentMomentMethod · 0.95
applyMethod · 0.65

Tested by

no test coverage detected