Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ of
Method
of
base/src/main/java/net/time4j/clock/FixedClock.java:73–77 ·
view source on GitHub ↗
(UnixTime ut)
Source
from the content-addressed store, hash-verified
71
* @since 2.1
72
*/
73
public
static
FixedClock of(UnixTime ut) {
74
75
return
new
FixedClock(Moment.from(ut));
76
77
}
78
79
@Override
80
public
Moment currentTime() {
Callers
2
fixed
Method · 0.95
offsetOneMinute
Method · 0.95
Calls
1
from
Method · 0.95
Tested by
2
fixed
Method · 0.76
offsetOneMinute
Method · 0.76