Skip to content

Commit

Permalink
getModificationStamp instead of getLocalTimeStamp
Browse files Browse the repository at this point in the history
  • Loading branch information
cdietrich authored and LorenzoBettini committed Feb 19, 2025
1 parent a04df68 commit 9e08f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public AbsoluteURI getPath() {

@Override
public long getTimestamp() {
return file.getLocalTimeStamp();
return file.getModificationStamp();
}

@Override
Expand Down

0 comments on commit 9e08f2e

Please sign in to comment.