Web Hosting Talk







View Full Version : Redhat 7.2 / proftpd timestamp showing GMT?


TMX
04-16-2002, 01:05 PM
I'm having a problem with proftpd showing GMT instead of local time under redhat 7.2. I've updated the various copies of proftpd.conf with the directive "TimesGMT off", but the problem persists.

While searching Google for an answer, I found mention of a Redhat bug related to this, but never could find the actual bug report and/or fix.

Anyone have any ideas?

Thanks,
-Bob

goodness0001
04-16-2002, 02:19 PM
I think i am having the same problem. I tried syncing the server clocks and nothing, it always reports it 4 hours ahead of time.

TMX
04-27-2002, 12:11 AM
Originally posted by goodness0001
I think i am having the same problem. I tried syncing the server clocks and nothing, it always reports it 4 hours ahead of time.

Here's the fix - In proftpd.conf, add the following lines:

<Global>
# Use local time not GMT
TimesGMT off
</Global>

That'll do it.

-Bob