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

Method systemDefault

vm/JavaAPI/src/java/time/ZoneId.java:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 6

runTestMethod · 0.95
toDateMethod · 0.95
toDateMethod · 0.95
systemDefaultZoneMethod · 0.95
parseZonedDateTimeMethod · 0.95
invokeStatic8Method · 0.45

Calls 3

ofMethod · 0.95
getDefaultMethod · 0.95
getIDMethod · 0.45

Tested by 3

runTestMethod · 0.76
toDateMethod · 0.76
toDateMethod · 0.76