Skip to content

Commit

Permalink
last modified file date
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 13, 2024
1 parent 182d140 commit 7481de8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/mil/nga/geopackage/io/SQLExec.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.LinkedHashSet;
import java.util.List;
Expand Down Expand Up @@ -489,6 +490,9 @@ public static void main(String[] args) throws Exception {

printInfo(database, maxRows, maxColumnWidth, maxLinesPerRow);

System.out.println("Last Modified: "
+ new Date(sqliteFile.lastModified()));

if (dgiwg) {
dgiwg(database);
}
Expand Down

0 comments on commit 7481de8

Please sign in to comment.