See gh-35185
This commit is contained in:
Johnny Lim
2023-04-28 01:02:02 +09:00
committed by Moritz Halbritter
parent 394fb6424c
commit ff9fd1abeb
12 changed files with 21 additions and 21 deletions

View File

@@ -21,7 +21,7 @@ import java.util.TimeZone;
import java.util.zip.ZipEntry;
/**
* Utility class that can be used change a UTC time based on the
* Utility class that can be used to change a UTC time based on the
* {@link java.util.TimeZone#getDefault() default TimeZone}. This is required because
* {@link ZipEntry#setTime(long)} expects times in the default timezone and not UTC.
*