ZF-4249: Zend_XmlRpc_Value_DateTime returns false after 2038 year
Description
Hello, all.
I find Zend_XmlRpc_Value_DateTime returns false after 19/Jan/2038.
The strtotime() function causes this false in __construct() function.
I think it is better to use Zend_Date object instead of strtotime(), isn't it?
Comments
Posted by Lars Strojny (lars) on 2009-12-12T20:05:27.000+0000
Thanks for your bugreport. The issue has been fixed in standard-trunk in revision 19606.
Posted by Satoru Yoshida (satoruyoshida) on 2009-12-13T16:29:08.000+0000
Thank you, Lars ;-)