Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ in
Method
in
base/src/main/java/net/time4j/Moment.java:2180–2184 ·
view source on GitHub ↗
(Timezone tz)
Source
from the content-addressed store, hash-verified
2178
}
2179
2180
private
PlainTimestamp in(Timezone tz) {
2181
2182
return
PlainTimestamp.from(this, tz.getOffset(this));
2183
2184
}
2185
2186
private
static
int
getMaxSecondOfMinute(Moment context) {
2187
Callers
2
toLocalTimestamp
Method · 0.95
toZonalTimestamp
Method · 0.95
Calls
2
from
Method · 0.95
getOffset
Method · 0.65
Tested by
no test coverage detected