When the you switch from summer to winter (or vice versa), the file dates of existing images on a memory card get shifted too (because FAT does not record timezone info). This is annoying, but to make matter worse, this also breaks the incremental ingest. Which can no longer determine it already processed some of the files on the card.
The content of the .pmingest.dat file that drives this looks like a simple hash, so I was wondering if I could not recalculate it myself and have incremental ingest work again (the best solution, of course, would be to have PM to be unaffected by the timeshift, but that's for later I think).