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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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