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/PlainDate.java:905–909 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
903
* @since 3.23/4.19
904
*/
905
public
static
PlainDate nowInSystemTime() {
906
907
return
ZonalClock.ofSystem().today();
908
909
}
910
911
/**
912
* <p>Common conversion method
for
proleptic gregorian dates. </p>
Callers
3
today
Method · 0.95
era
Method · 0.95
nowInSystemTime
Method · 0.95
Calls
2
ofSystem
Method · 0.95
today
Method · 0.45
Tested by
3
today
Method · 0.76
era
Method · 0.76
nowInSystemTime
Method · 0.76