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

Method nowInSystemTime

base/src/main/java/net/time4j/PlainTime.java:1307–1311  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1305 * @since 3.23/4.19
1306 */
1307 public static PlainTime nowInSystemTime() {
1308
1309 return ZonalClock.ofSystem().now().toTime();
1310
1311 }
1312
1313 /**
1314 * <p>Common conversion method. </p>

Callers 3

combinedOperatorsMethod · 0.95
nowTimeMethod · 0.95
nowInSystemTimeMethod · 0.95

Calls 3

ofSystemMethod · 0.95
toTimeMethod · 0.45
nowMethod · 0.45

Tested by 2

combinedOperatorsMethod · 0.76
nowTimeMethod · 0.76