Web Hosting Talk







View Full Version : Datetime abnormalities


leonardteo
07-20-2002, 12:16 PM
Hi,

This is something that has recently baffled me. My box is setup just fine with the timezones all set to PST. Now the strange thing is that when I check the timestamp of a file through FTP (ProFTPD on Plesk), the time is always +0700hrs. When I check through shell, the timestamps are all correct.

I've been through the ProFTPD conf files and I just can't seem to find a setting that is doing this.

Any ideas?

Best

L.

chirpy
07-20-2002, 12:26 PM
If you're running post version 1.2.0pre9 you need to make sure that explicitly specify the following (it's set to on by default from this version):

TimesGMT off

You should probably put this inside a <Global></Global> directive, though it may work at the top.

FNM
07-20-2002, 12:28 PM
hi, u might wanna check this out

http://proftpd.linux.co.uk/localsite/Userguide/linked/x349.html

leonardteo
07-20-2002, 12:36 PM
This worked flawlessly. Thanks very much for the help!

L.

Originally posted by chirpy
If you're running post version 1.2.0pre9 you need to make sure that explicitly specify the following (it's set to on by default from this version):

TimesGMT off

You should probably put this inside a <Global></Global> directive, though it may work at the top.

chirpy
07-20-2002, 12:37 PM
Great :)