As far as I understand, the FAT file system uses imprecise timestamps regardless of the OS. What is the reason for applying the default value of 2
on Android only? Would it not be better to always apply it when finding a FAT partition and remove the OS check altogether?
The relevant part of the code:
For reference: https://forum.syncthing.net/t/raspberry-pi-some-receive-only-files-always-get-marked-as-local-additions/16246