PHP Velho Oeste 2024

지원하는 시간대 목록

Table of Contents

여기에서 PHP에서 지원하는 모든 시간대 목록을 확인할 수 있습니다. 이는 date_default_timezone_set() 등에서 사용합니다.

Note: 최신 버전의 시간대 데이터베이스는 PECL의 » timezonedb를 통해 설치할 수 있습니다.

Note: 이 목록은 timezone 데이터베이스 버전에 기초하고 있습니다. 2016.9.

add a note add a note

User Contributed Notes 2 notes

up
-13
Manu
10 months ago
The list of valid timezones is available as DateTimeZone::listIdentifiers (https://www.php.net/manual/en/datetimezone.listidentifiers.php)
To Top