()
| 1112 | * @see #toZonalTimestamp(String) |
| 1113 | */ |
| 1114 | public PlainTimestamp toLocalTimestamp() { |
| 1115 | |
| 1116 | return this.in(Timezone.ofSystem()); |
| 1117 | |
| 1118 | } |
| 1119 | |
| 1120 | /** |
| 1121 | * <p>Converts this instance to a local timestamp in given timezone. </p> |
no test coverage detected