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

Method nowInSystemTime

base/src/main/java/net/time4j/PlainDate.java:905–909  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903 * @since 3.23/4.19
904 */
905 public static PlainDate nowInSystemTime() {
906
907 return ZonalClock.ofSystem().today();
908
909 }
910
911 /**
912 * <p>Common conversion method for proleptic gregorian dates. </p>

Callers 3

todayMethod · 0.95
eraMethod · 0.95
nowInSystemTimeMethod · 0.95

Calls 2

ofSystemMethod · 0.95
todayMethod · 0.45

Tested by 3

todayMethod · 0.76
eraMethod · 0.76
nowInSystemTimeMethod · 0.76