MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / now

Method now

vm/JavaAPI/src/java/time/LocalDateTime.java:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public static LocalDateTime now() {
16 return now(Clock.systemDefaultZone());
17 }
18
19 public static LocalDateTime now(Clock clock) {
20 return ofInstant(clock.instant(), clock.getZone());

Callers 1

runTestMethod · 0.95

Calls 4

systemDefaultZoneMethod · 0.95
ofInstantMethod · 0.95
instantMethod · 0.45
getZoneMethod · 0.45

Tested by 1

runTestMethod · 0.76