Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
systemDefaultZone
Method · 0.95
parseZonedDateTime
Method · 0.95
Calls
3
of
Method · 0.95
getDefault
Method · 0.95
getID
Method · 0.45
Tested by
no test coverage detected