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 33318f9 commit 5490eab
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion all
Submodule all updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion bom
Submodule bom updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ along with semanticcms-file. If not, see <https://www.gnu.org/licenses/>.
<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
2 changes: 1 addition & 1 deletion model
Submodule model updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion servlet
Submodule servlet updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion style
Submodule style updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion taglib
Submodule taglib updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion view
Submodule view updated 2 files
+1 −1 book/pom.xml
+1 −1 pom.xml

0 comments on commit 5490eab

Please sign in to comment.