11-12-2003, 04:36 AM
|
#2 |
| Too much time... Ultimate Scripter
Join Date: Jul 2003
Posts: 1,462
|
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 |
| |