Sorry the question was not clear enough for me...
$timeDiff setting only adjusts the time saved in database, on the fly. But the time saved in database depends on the server itself (i.e. it's the server's time). So whatever time is saved it is up to your server. If it already differs from your local time, most probably you don't need to use this setting. However if the database was moved from one server to another, and the time was different on the previous server, there is no way except that you will need to run some special mySQL command to update all times with the specified range... |