Re: Sftp_GetAttributes callback file time values (General questions)
The values passed to my Sftp_GetAttributes callback are an hour later than I'm expecting. Perhaps it's a timezone issue. How can I find out more ? TIA, Keith.
With apologies for replying to myself: it looks like calling Sftp_SetTimezone(sftp, ZoneUTC) fixes this. I don't know why, but if it works ...