MCPcopy 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

toLocalTimestampMethod · 0.95
toZonalTimestampMethod · 0.95

Calls 2

fromMethod · 0.95
getOffsetMethod · 0.65

Tested by

no test coverage detected