Manual:$wgLocaltimezone/ko

From Linux Web Expert

Revision as of 17:44, 19 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<translate> Timezone settings</translate>: $wgLocaltimezone
Fake out the timezone that the server thinks it's in.
<translate> Introduced in version:</translate>1.4.0 (r773)
<translate> Removed in version:</translate><translate> still in use</translate>
<translate> Allowed values:</translate>(문자열) 또는 null
<translate> Default value:</translate>null

설명

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.

예시들 (참고로 한국은 'Asia/Seoul')
$wgLocaltimezone = 'UTC';
$wgLocaltimezone = 'Asia/Bangalore';
$wgLocaltimezone = 'America/New_York';
Please refer to Manual:Timezone for more information.


같이 보기