downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Africa> <Предварително-дефинирани константи
[edit] Last updated: Fri, 18 Sep 2009

view this page in

Списък на поддържаните часови зони

Съдържание

Тук ще намерите пълен списък на часовите зони, поддържани от PHP, които са предназначени за използване например с date_default_timezone_set().

Забележка: Последната версия на базата от данни с часови зони може да бъде инсталирана посредством разширението от PECL - » timezonedb. Потребителите на Windows могат да свалят предварително компилиран DLL от сайта PECL4Win: » php_timezonedb.dll.

Забележка: This list is based upon the timezone database version 2009.13.



add a note add a note User Contributed Notes Списък на поддържаните часови зони
Anonymous 21-Feb-2012 02:19
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.

 
show source | credits | sitemap | contact | advertising | mirror sites