ID: 44780
Updated by: [EMAIL PROTECTED]
Reported By: shawn dot parker at alttech dot com
-Status: Open
+Status: Assigned
Bug Type: Date/time related
Operating System: *
PHP Version: 5.2CVS, 5.3CVS (2008-08-14)
-Assigned To:
+Assigned To: derick
New Comment:
Assigned to the date/time guru.
Previous Comments:
------------------------------------------------------------------------
[2008-04-18 21:11:10] shawn dot parker at alttech dot com
Just a quick note - this time a year, for my time zone, that should
return Anchorage (or something else in the AHST time zone) because of
DST.
------------------------------------------------------------------------
[2008-04-18 20:46:46] shawn dot parker at alttech dot com
Description:
------------
timezone_name_from_abbr() will return false on some time zone
offsets. In particular - Hawaii, which has a -10 from GMT offset,
-36000
seconds.
Using Denver's offset, -21600 works fine, as do most offsets, but
occasionally offsets don't return correctly.
Reproduce code:
---------------
var_dump( timezone_name_from_abbr('',-36000,1) );
Expected result:
----------------
A time zone, like maybe 'Pacific/Honolulu'
Actual result:
--------------
false
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=44780&edit=1