Thread: NEWDAY problem
View Single Post
Old 11-12-2003, 05:36 AM  
Harm
Too much time...
 
Join Date: Jul 2003
Posts: 1,430
Default

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
Harm is offline   Reply With Quote