Manual:$wgLocaltimezone/de

Category:MediaWiki configuration settings/de#LocaltimezoneCategory:MediaWiki configuration settings introduced in version 1.4.0/de#LocaltimezoneCategory:MediaWiki configuration settings still in use/de#LocaltimezoneCategory:Timezone settings variables/de#Localtimezone
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

Details

Set the timezone for the wiki. It will be used when generating ~~~~ signatures, and as the default timezone for dates in page history, logs etc. (this can be overridden in user preferences). Setting the variable to null will set the displayed time zone to the server's default.

See https://www.php.net/timezones for the list of valid time zones.

Beispiele
$wgLocaltimezone = 'UTC';
$wgLocaltimezone = 'Asia/Kolkata';
$wgLocaltimezone = 'America/New_York';
Weitere Informationen findest du unter Handbuch:Zeitzone .

Siehe auch

Category:MediaWiki configuration settings/de Category:MediaWiki configuration settings introduced in version 1.4.0/de Category:MediaWiki configuration settings still in use/de Category:Timezone settings variables/de