Some linux dsitributions (eg: debian) use the disrio-provided zoneinfo database (/usr/share/zoneinfo). This means to get a list of timezones programmatically you can search through that directory (recursively). This also means that zones used by other software that use this zoneinfo database (eg postgresql) will also be supported by php.
지원하는 시간대 목록
Table of Contents
여기에서 PHP에서 지원하는 모든 시간대 목록을 확인할 수 있습니다. 이는 date_default_timezone_set() 등에서 사용합니다.
Note: 최신 버전의 시간대 데이터베이스는 PECL의 » timezonedb를 통해 설치할 수 있습니다.
Note: 이 목록은 timezone 데이터베이스 버전에 기초하고 있습니다. 2011.14.
Anonymous
21-Feb-2012 02:19
