Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ today
Method
today
base/src/test/java/net/time4j/SystemClockTest.java:93–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
@Test
94
public
void
today() {
95
assertThat(SystemClock.inLocalView().today(), is(PlainDate.nowInSystemTime()));
96
}
97
98
@Test
99
public
void
nowTimestamp() {
Callers
nothing calls this directly
Calls
2
inLocalView
Method · 0.95
nowInSystemTime
Method · 0.95
Tested by
no test coverage detected