Wiki-Installationshürden

Aus ThinkPad-Wiki
Version vom 9. April 2008, 20:18 Uhr von Dreamcatcher (Diskussion | Beiträge) (Die Seite wurde neu angelegt: == Zeitzonen Anpassung == Irgendwie klappt das nicht mit dem anpassen der Zeitzone. /** * Fake out the timezone that the server thinks it's in. This will be used f...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Zeitzonen Anpassung

Irgendwie klappt das nicht mit dem anpassen der Zeitzone.


/**

* 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.
*
* This variable is currently used ONLY for signature formatting, not for
* anything else.
*/
  1. $wgLocaltimezone = 'GMT';
  2. $wgLocaltimezone = 'PST8PDT';
  3. $wgLocaltimezone = 'Europe/Sweden';
  4. $wgLocaltimezone = 'CET';

$wgLocaltimezone = null;

Die ist die DefaultSettings.php wo die Zeitzone eingestellt ist. Wenn ich in der LocalSettings.php $wgLocaltimezone = 'GMT'; eingebe, und nur da sollte ich Änderungen schreiben, passiert nichts, grr…

Wo liegt das Problem?--Dreamcatcher 20:18, 9. Apr. 2008 (UTC)