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

Method now

Ports/CLDC11/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

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected