From: Evan Prodromou Date: Mon, 11 Oct 2004 22:59:29 +0000 (+0000) Subject: Briefly document the $wgLocaltimezone variable. X-Git-Tag: 1.5.0alpha1~1576 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=9cd036d3509b9a116e72b7a990f989ce01fbfae3;p=lhc%2Fweb%2Fwiklou.git Briefly document the $wgLocaltimezone variable. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index dc48301755..7619ca88f4 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -766,6 +766,15 @@ $wgBrowserBlackList = array( // FIXME: Add some accurate, true things here ); +# Fake out the timezone that the server thinks it's in. This will be used +# for date display and not for what's stored in the DB. +# Leave to null to retain your server's OS-based timezone value +# This is the same as the timezone +# $wgLocaltimezone = 'GMT'; +# $wgLocaltimezone = 'PST8PDT'; +# $wgLocaltimezone = 'Europe/Sweden'; +# $wgLocaltimezone = 'CET'; + } else { die(); }