Got a bit of a weird one here... I have some files which, when uploaded via FTP, show a timestamp on the server of 1 hour earlier than the timestamp on the local mac. This means they always get uploaded again when syncing.
The server time and the local mac time are set to the same; and I don't think it's an issue with the connection itself since it only affects some files. Eg within a single folder I have:
* issue.php - local mod time 09:34, copy to the server = same, 09:34
* pref.php - local mod time 23:49, copy to server - server mod time 22:49
This happens whether I sync, manually overwrite, or delete and re-upload the file. I checked in the bookmark and turned on 'Use MTDM' and 'Adjust SFTP Dates'. I did figure out that if I modify a file, then the new date gets carried over correctly; but there are a lot of files affected and I'd rather preserve the dates of them.
I thought it was a 1.8.7 issue since I started the project in question at the same time as the upgrade - but have gone back to 1.8.6 with the same result.
I'm probably missing something obvious - is there some kind of local file attribute that could cause this?