Manual:$wgLocaltimezone/ru

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Manual:$wgLocaltimezone and the translation is 20% complete.

Other languages:
English • ‎español • ‎français • ‎日本語 • ‎polski • ‎português do Brasil • ‎русский • ‎中文
Настройки часовых поясов: $wgLocaltimezone
Fake out the timezone that the server thinks it's in.
Появилось, начиная с версии: 1.4.0
Удалено в версии: still in use
Допустимые значения: string or null
Значение по умолчанию: null

Другие настройки: По алфавиту | По функциональности

Подробности[edit | edit source]

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.

Examples
$wgLocaltimezone = 'GMT';
$wgLocaltimezone = 'EST';
$wgLocaltimezone = 'EST8'; ## -6 hrs instead of -5
$wgLocaltimezone = 'PST8PDT';
$wgLocaltimezone = 'Asia/Bangalore';
$wgLocaltimezone = 'CET';

Note: Please refer to Manual:Timezone for more information.

См. также[edit | edit source]