Skip to content

Commit 72b2e5e

Browse files
authored
Update DaylightSavingTimeJavaTimeExamplesTest.java
1 parent 8e4094b commit 72b2e5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-java/src/test/java/com/baeldung/dst/DaylightSavingTimeJavaTimeExamplesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void givenItalianTimeZone_WhenDSTHappens_ThenCorrectlyShiftTimeZone() thr
3737
private void prettyPrint(ZonedDateTime zdt) {
3838
//@formatter:off
3939
System.out.println(String.format(
40-
" ZonedDateTime = %s\n"
40+
" ZonedDateTime = %s\n"
4141
+ " Zone ID = %s (%s)\n"
4242
+ " RawOffset = %s minutes\n"
4343
+ " -----------------------------------------",

0 commit comments

Comments
 (0)