On Mon, Apr 12, 2004 at 08:08:53PM +0200, Tom Veidt wrote:
Hello,
Just installed a Wiki a few days ago, works fine so far, but the time is set to GMT, but since this is a German Wiki most of my visitors would probably prefer CET. :) How would I be able to adjust the time Wiki-wide? (not just via user preferences)
In LocalSettings.php add:
$wgLocalTZoffset = "-5";
Adjust the value for CET obviously :)