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

Method toZonalTimestamp

base/src/main/java/net/time4j/Moment.java:1140–1144  ·  view source on GitHub ↗
(TZID tzid)

Source from the content-addressed store, hash-verified

1138 * @see #toLocalTimestamp()
1139 */
1140 public PlainTimestamp toZonalTimestamp(TZID tzid) {
1141
1142 return this.in(Timezone.of(tzid));
1143
1144 }
1145
1146 /**
1147 * <p>Converts this instance to a local timestamp in given timezone. </p>

Callers 15

astronomyMethod · 0.95
seasonFactoryMethod · 0.95
dayBeforeShiftSamoaMethod · 0.95
dayAfterShiftSamoaMethod · 0.95
getOverlapTransition5Method · 0.95
printRelativeOrDateMethod · 0.95
pushDurationMethod · 0.95

Calls 2

inMethod · 0.95
ofMethod · 0.95

Tested by 15

astronomyMethod · 0.76
seasonFactoryMethod · 0.76
dayBeforeShiftSamoaMethod · 0.76
dayAfterShiftSamoaMethod · 0.76
getOverlapTransition5Method · 0.76
minimumMomentToTspMethod · 0.64
maximumMomentToTspMethod · 0.64