ID: 49158 Comment by: arowox at mail dot ru Reported By: bugs at nazarenko dot net Status: Assigned Bug Type: Date/time related Operating System: Windows PHP Version: 5.3.0 Assigned To: derick New Comment:
Âîò îíî <a href=http://arowox.ru> </a>êàê äàæå Previous Comments: ------------------------------------------------------------------------ [2009-08-04 18:38:28] bugs at nazarenko dot net Description: ------------ When getting a list of supported time zones via DateTimeZone::listIdentifiers(), the 'Pacific/Yap' time zone is missing. This time zone should be the last in the list. Reproduce code: --------------- <?php $tzs = DateTimeZone::listIdentifiers(); print_r($tzs); ?> Expected result: ---------------- Skipped long output.... ... [396] => Pacific/Tarawa [397] => Pacific/Tongatapu [398] => Pacific/Truk [399] => Pacific/Wake [400] => Pacific/Wallis [401] => Pacific/Yap [402] => UTC ) Actual result: -------------- Skipped long output.... ... [396] => Pacific/Tarawa [397] => Pacific/Tongatapu [398] => Pacific/Truk [399] => Pacific/Wake [400] => Pacific/Wallis [401] => UTC ) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=49158&edit=1