Update DaylightSavingTimeJavaTimeExamplesTest.java
This commit is contained in:
parent
8e4094b84b
commit
72b2e5e984
|
@ -37,7 +37,7 @@ public class DaylightSavingTimeJavaTimeExamplesTest {
|
||||||
private void prettyPrint(ZonedDateTime zdt) {
|
private void prettyPrint(ZonedDateTime zdt) {
|
||||||
//@formatter:off
|
//@formatter:off
|
||||||
System.out.println(String.format(
|
System.out.println(String.format(
|
||||||
" ZonedDateTime = %s\n"
|
" ZonedDateTime = %s\n"
|
||||||
+ " Zone ID = %s (%s)\n"
|
+ " Zone ID = %s (%s)\n"
|
||||||
+ " RawOffset = %s minutes\n"
|
+ " RawOffset = %s minutes\n"
|
||||||
+ " -----------------------------------------",
|
+ " -----------------------------------------",
|
||||||
|
|
Loading…
Reference in New Issue