Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ nowInSystemTime
Method
nowInSystemTime
base/src/main/java/net/time4j/PlainTime.java:1307–1311 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1305
* @since 3.23/4.19
1306
*/
1307
public
static
PlainTime nowInSystemTime() {
1308
1309
return
ZonalClock.ofSystem().now().toTime();
1310
1311
}
1312
1313
/**
1314
* <p>Common conversion method. </p>
Callers
3
combinedOperators
Method · 0.95
nowTime
Method · 0.95
nowInSystemTime
Method · 0.95
Calls
3
ofSystem
Method · 0.95
toTime
Method · 0.45
now
Method · 0.45
Tested by
2
combinedOperators
Method · 0.76
nowTime
Method · 0.76