Skip to content

Commit

Permalink
Additional ZipUtils methods to get and set creation, access, and last…
Browse files Browse the repository at this point in the history
…-modified times in UTC

time zone within ZipEntry.  The get methods leverage Optional to represent that the times may not be available.
  • Loading branch information
ao-apps committed Sep 5, 2023
1 parent a6d5d10 commit 0739d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ along with ao-messaging-http-client-js. If not, see <https://www.gnu.org/licens
<groupId>com.aoapps</groupId><artifactId>ao-io-buffer</artifactId><version>4.1.0${POST-SNAPSHOT}</version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.4.0${POST-SNAPSHOT}</version>
<groupId>com.aoapps</groupId><artifactId>ao-lang</artifactId><version>5.5.0-SNAPSHOT<!-- ${POST-SNAPSHOT} --></version>
</dependency>
<dependency>
<groupId>com.aoapps</groupId><artifactId>ao-net-types</artifactId><version>2.0.2${POST-SNAPSHOT}</version>
Expand Down

0 comments on commit 0739d53

Please sign in to comment.