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/AnnualDate.java:337–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
335
* @since 3.32/4.27
336
*/
337
public
static
AnnualDate nowInSystemTime() {
338
339
return
SystemClock.inLocalView().now(ENGINE);
340
341
}
342
343
/**
344
* <p>Obtains the gregorian month. </p>
Callers
1
today
Method · 0.95
Calls
2
inLocalView
Method · 0.95
now
Method · 0.45
Tested by
1
today
Method · 0.76