MCPcopy Create free account
hub / github.com/MenoData/Time4J / atUTC

Method atUTC

base/src/main/java/net/time4j/PlainTimestamp.java:974–978  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

972 * @see #at(ZonalOffset)
973 */
974 public Moment atUTC() {
975
976 return this.at(ZonalOffset.UTC);
977
978 }
979
980 /**
981 * <p>Combines this local timestamp with the given timezone offset

Callers 5

applyMethod · 0.95
printMethod · 0.95

Calls 1

atMethod · 0.95