Manual:$wgLocaltimezone
Jump to navigation
Jump to search
Timezone settings: $wgLocaltimezone | |
---|---|
Fake out the timezone that the server thinks it's in. |
|
Introducido en la versión: | 1.4.0 (r773) |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (string) or null |
Valor predeterminado: | null |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.
- Ejemplos
$wgLocaltimezone = 'GMT';
$wgLocaltimezone = 'EST';
$wgLocaltimezone = 'EST8'; ## -6 hrs en vez de -5
$wgLocaltimezone = 'PST8PDT';
$wgLocaltimezone = 'Asia/Bangalore';
$wgLocaltimezone = 'America/New_York';
$wgLocaltimezone = 'CET';
Nota: Véase Manual:Timezone para más información.