From 9cd036d3509b9a116e72b7a990f989ce01fbfae3 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 11 Oct 2004 22:59:29 +0000 Subject: [PATCH] Briefly document the $wgLocaltimezone variable. --- includes/DefaultSettings.php | 9 +++++++++ 1 file changed, 9 insertions(+) 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(); } -- 2.20.1