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

Method systemDefault

Ports/CLDC11/src/java/time/ZoneId.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 public static ZoneId systemDefault() {
32 return of(TimeZone.getDefault().getID());
33 }
34
35 public String getId() {
36 return id;

Callers 2

systemDefaultZoneMethod · 0.95
parseZonedDateTimeMethod · 0.95

Calls 3

ofMethod · 0.95
getDefaultMethod · 0.95
getIDMethod · 0.45

Tested by

no test coverage detected