MCPcopy 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

fixedMethod · 0.95
offsetOneMinuteMethod · 0.95

Calls 1

fromMethod · 0.95

Tested by 2

fixedMethod · 0.76
offsetOneMinuteMethod · 0.76