where does da set time from?

ProHS

Verified User
Joined
Oct 31, 2003
Messages
198
Location
Lecanto, FL USA
I was wondering where da is pulling the time from because i have all my server time right now except DirectAdmin si any help would be appreciate.
 
I found the problem but ProFTPd is still off on the time would you happen to know how to set the correct time for ProFTPd?
 
Last edited:
Log files will use the server time, you can find this by running the command:

date

set it by running:

date -s 'Thu Feb 19 03:53:54 GMT 2004'

should work... not sure if its the same with FBSD

Chris
 
Well actually i found the problem in the proftpd.conf you have to add "TimesGMT yes" under the global settings. I had the rest of the time set corectly but ProFTPd was not stamping the time correctly.
 
Back
Top