Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getOffset
Method
getOffset
base/src/main/java/net/time4j/ZonalDateTime.java:410–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
408
* @since 2.0
409
*/
410
public
ZonalOffset getOffset() {
411
412
return
this.zone.getOffset(this.moment);
413
414
}
415
416
/**
417
* <p>Converts this object to a global UTC-moment. </p>
Callers
2
toString
Method · 0.95
parseMomentIntervals
Method · 0.95
Calls
1
getOffset
Method · 0.65
Tested by
no test coverage detected