Date/Time
在线手册:中文  英文

所支持的时区列表

Table of Contents

在这你可找到 PHP 所支持的所有时区的列表,可用于诸如 date_default_timezone_set() 等函数。

Note: 最新版的时区数据库可从 PECL 的 » timezonedb 进行安装。

Note: 基于时区数据库版本的列表 2013.3.


Date/Time
在线手册:中文  英文

用户评论:

Anonymous (2012-02-21 02:19:23)

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.

易百教程