Forum time offset (for servers with time that is a few minutes off etc.)
This modification is in the archives.
I created this for myself, but I figured others might benefit from this as well
What this hack does, is makes the forum time the 'right' time by offset-ting the time a few minutes ahead or a few minutes behind than the original server time. For instance, my server is about 6 minutes behind, so I would use 360 to define the number of seconds of offset. All you have to do, is open up includes/init.php and find: PHP Code:
define('TIMENOW', time());
PHP Code:
define('TIMENOW', time() + 360);
Download No files for download. |