Quote:
Originally Posted by y2ksw
This is a server issue, where the database server runs on a different time or time zone than the web server. Your hosting provider should really use NTP in order to keep the date/time aligned and use the same time zone on all servers.
We use this:
Code:
# cat /etc/cron.d/ntpdate
0 1 * * * root ntpdate pool.ntp.org > /dev/null 2>&1
|
This makes sense, buy my server hosts both the MySQL and the forum. I mean, it's the same server, same user. I have a dedicated server for the forum and database.
Do I need to change the timezone in vBulletin itself, or in the MySQL server itself? Or in Apache? Or do I have to change settings in all of them to the same setting?
Thanks!