Update DaylightSavingTimeJavaTimeExamplesTest.java

This commit is contained in:
Loredana Crusoveanu
2018-03-24 17:30:49 +02:00
committed by GitHub
parent 8e4094b84b
commit 72b2e5e984

View File

@@ -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"
+ " -----------------------------------------", + " -----------------------------------------",