ioFTPD uses UTC time.
Since Germany is UTC+1 at the moment, you should use:
Code:
NEWDATE = 0 23 * * EXEC ..\scripts\ioA.exe NEWDATE
Note: use windows paths (with \) in the scheduler.
Then, you might want to use localtime instead of UTC to create dated dirs. Use the following option in ioA.cfg:
Code:
Use_Locale_Time_Instead_of_UTC=1