chrisblech 3ab2892066 consumer.py: read create_date from original file (instead of temp copy)
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`
2023-05-26 14:16:27 -07:00
..
2023-05-08 15:34:14 -07:00
2021-03-14 14:45:29 +01:00
2022-12-05 01:35:42 -08:00
2023-04-26 09:35:27 -07:00
2023-04-26 09:35:27 -07:00
2023-04-26 09:35:27 -07:00
2023-05-08 15:34:14 -07:00
2023-05-08 15:34:14 -07:00