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

Method systemDefaultZone

Ports/CLDC11/src/java/time/Clock.java:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 public static Clock systemDefaultZone() {
17 return new SystemClock(ZoneId.systemDefault());
18 }
19
20 public static Clock fixed(Instant fixedInstant, ZoneId zone) {
21 return new FixedClock(fixedInstant, zone);

Callers 4

nowMethod · 0.95
nowMethod · 0.95
nowMethod · 0.95
nowMethod · 0.95

Calls 1

systemDefaultMethod · 0.95

Tested by

no test coverage detected