Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ toDays
Method
toDays
classpath/java/util/concurrent/TimeUnit.java:45–48 ·
view source on GitHub ↗
(long d)
Source
from the content-addressed store, hash-verified
43
}
44
45
@Override
46
public
long toDays(long d) {
47
return
d / NANOSECONDS_PER_DAY;
48
}
49
50
@Override
51
public
long convert(long d, TimeUnit u) {
Callers
1
convert
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected