(TZID tzid)
| 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> |