ioFTPD has always used UTC.
You can change the scheduler from 0 0 * * to 0 2 * * (I think) to make it run 2 hrs later than what you have set now. If it's the other way around you can set it to 0 22 * * (since 22:00 is two hours earlier than 00:00). And any decent ftp client can set timezone options for servers so that the timestamp on files and folders matches local time.
|