Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 1, 2024
1 parent 68063a4 commit 23158ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/file_win.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ func GetFileLastModifiedTime(fPath string) int64 {
if info == nil {
return 0
}
return info.LastAccessTime.Nanoseconds() / int64(time.Second)
return info.LastWriteTime.Nanoseconds() / int64(time.Second)
}

0 comments on commit 23158ff

Please sign in to comment.