Page 1 of 1
Correct Time On PHPBB
PostPosted: Thu Oct 27, 2005 10:22 am
by Steeltemplar
I have a PHP based message board, but while the date is right the time is always off. I can't seem to find the controls to set the time correctly. How does one manage this?
PostPosted: Thu Oct 27, 2005 3:11 pm
by Mithrandir
The time is managed (IIRC) by the SYSTEM itself, not in the software controls. You'll need to either:
1. Set the server time to the right time.
2. Set the GMT offset correctly to reflect your local timezone.
PostPosted: Sat Oct 29, 2005 8:23 am
by Steeltemplar
I think it may be option one I need to look into. Thanks much.
PostPosted: Sat Oct 29, 2005 8:44 am
by Mithrandir
Is this your own server? If so, then definately go with option one. If it's not, and it's in another time zone, you'll need to look into number two.
HIH!
PostPosted: Sat Oct 29, 2005 8:52 am
by Steeltemplar
It's a hosted server, but I don't think it's a time zone issue. The minutes are off as well as the hours. I've opened a ticket with their support, so we'll see how that goes.