Manual:$wgLocaltimezone/it

Category:MediaWiki configuration settings/it#LocaltimezoneCategory:MediaWiki configuration settings introduced in version 1.4.0/it#LocaltimezoneCategory:MediaWiki configuration settings still in use/it#LocaltimezoneCategory:Timezone settings variables/it#Localtimezone
Impostazioni fusi orari: $wgLocaltimezone
Fake out the timezone that the server thinks it's in.
Introdotto nella versione:1.4.0 (r773)
Rimosso nella versione:Still in use
Valori concessi:(string) or null
Valore predefinito:null

Dettagli

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.

Esempi
$wgLocaltimezone = 'UTC';
$wgLocaltimezone = 'Asia/Kolkata';
$wgLocaltimezone = 'America/New_York';
Please refer to Manual:Timezone for more information.

Vedi anche

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