Manual:$wgLocaltimezone/pt
Appearance
| Configurações de fuso horário: $wgLocaltimezone | |
|---|---|
| Fake out the timezone that the server thinks it's in. |
|
| Introduzido na versão: | 1.4.0 (r773) |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (string) or null |
| Valor predefinido: | null |
| Outras definições: Alfabeticamente | Por função | |
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.
- Examples
$wgLocaltimezone = 'UTC';
$wgLocaltimezone = 'Asia/Kolkata';
$wgLocaltimezone = 'America/New_York';
Please refer to Manual:Zona Horária for more information.