(TemporalFormatter<Moment> printer)
| 517 | * @since 3.0 |
| 518 | */ |
| 519 | public String print(TemporalFormatter<Moment> printer) { |
| 520 | |
| 521 | return printer.withTimezone(this.getTimezone()).print(this.moment); |
| 522 | |
| 523 | } |
| 524 | |
| 525 | /** |
| 526 | * <p>Parses given text to a {@code ZonalDateTime}. </p> |
nothing calls this directly
no test coverage detected