mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-17 02:44:18 +00:00
3ab2892066
In line 328, `self.path` is set to a fresh written copy of the source file. This copy has a different timestamp (=now). When using the source file's timestamp as `create_date`, it makes much more sense to ask for the timestamp from `self.original_path`