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

Method now

Ports/CLDC11/src/java/time/ZonedDateTime.java:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 public static ZonedDateTime now() {
18 return now(Clock.systemDefaultZone());
19 }
20
21 public static ZonedDateTime now(Clock clock) {
22 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