Edit report at https://bugs.php.net/bug.php?id=61722&edit=1
ID: 61722 Updated by: ahar...@php.net Reported by: akbar6393222 at yahoo dot com Summary: Timezone abbreviation -Status: Open +Status: Not a bug Type: Bug Package: Date/time related Operating System: CentOS release 5.8 (Final) PHP Version: 5.3.10 Block user comment: N Private report: N New Comment: The IANA time zone database (http://www.iana.org/time-zones) which PHP uses has the abbreviation listed as WIT. You'll need to have it fixed upstream, as we just pull it in from there. Not a PHP bug: closing. Previous Comments: ------------------------------------------------------------------------ [2012-04-18 05:54:12] paj...@php.net Move to the right extension. ------------------------------------------------------------------------ [2012-04-13 13:35:10] akbar6393222 at yahoo dot com Description: ------------ Timezone abbreviation wrong intepreted it affecting on some region as on tested Test script: --------------- <?php date_default_timezone_set("Asia/Jakarta"); echo date('T'); Expected result: ---------------- WIB Actual result: -------------- WIT ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61722&edit=1