Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delta_UTC_UT_SmallerThan_0_9
Method · 0.95
timestampIntervalToMomentIntervalUTC
Method · 0.95
momentIntervalToTimestampInterval
Method · 0.95
apply
Method · 0.95
print
Method · 0.95
Calls
1
at
Method · 0.95
Tested by
3
delta_UTC_UT_SmallerThan_0_9
Method · 0.76
timestampIntervalToMomentIntervalUTC
Method · 0.76
momentIntervalToTimestampInterval
Method · 0.76