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