Manual:$wgLocaltimezone/de
Zeitzonen-Einstellungen: $wgLocaltimezone | |
---|---|
Fake out the timezone that the server thinks it's in. |
|
Eingeführt in Version: | 1.4.0 (r773) |
Entfernt in Version: | weiterhin vorhanden |
Erlaubte Werte: | (string) oder null |
Standardwert: | null |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
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 database. Setting the variable to null
will set the displayed time zone to the server's default.
- Beispiele
$wgLocaltimezone = 'GMT';
$wgLocaltimezone = 'EST';
$wgLocaltimezone = 'EST8'; ## <span lang="en" dir="ltr" class="mw-content-ltr">-6 hrs instead of -5</span>
$wgLocaltimezone = 'PST8PDT';
$wgLocaltimezone = 'Asia/Bangalore';
$wgLocaltimezone = 'America/New_York';
$wgLocaltimezone = 'CET';
Please refer to Manual:Timezone for more information.