ZF-2404: In Zend_Date constructor Zend_Date::now() should pass a locale
Description
In Zend_Date constructor Zend_Date::now() is calling without $locale. (line 184)
If your browser doesn't send a HTTP_ACCEPT_LANGUAGE header and you don't pass date to Zend_Date then Zend_Locale will raise an exception "Autodetection of Locale has been failed!".
Comments
Posted by Thomas Weidner (thomas) on 2008-01-09T16:37:30.000+0000
This is only the case
Posted by Thomas Weidner (thomas) on 2008-01-09T16:38:12.000+0000
Already fixed through ZF pre-set default locale within Zend_Locale.