The zip file date is used as a proxy for the last version file date, but the zip file date can be off depending on the time it takes to generate the diff and write the zip file, which can cause drift in the next diff comparision.
Change the zip file date after writing to it to match the modified file date.
The zip file date is used as a proxy for the last version file date, but the zip file date can be off depending on the time it takes to generate the diff and write the zip file, which can cause drift in the next diff comparision.
Change the zip file date after writing to it to match the modified file date.
See https://github.com/antoniotejada/obsidian-edit-history/issues/14#issuecomment-2011074991