ID:               44780
 User updated by:  shawn dot parker at alttech dot com
 Reported By:      shawn dot parker at alttech dot com
 Status:           Open
 Bug Type:         Date/time related
 Operating System: Mixed OS X/FreeBSD/Ubuntu
 PHP Version:      5.2.5
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to