bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
4.07k stars 229 forks source link

Remove FAT-inspired DST workaround #1046

Open gdt opened 3 months ago

gdt commented 3 months ago

In addition, clean up related dead code.

gdt commented 3 months ago

Someone pointed out to me that the time check is also used for update detection, and that this will mean that people syncing to/from FAT will have a full scan/hash every time the timezone changes (DST or a zone change). Of course, a subset of these cases (changes that aren't 1h) result in rescans now.