OK, It seems Zend_Date is throwing an exception.

Well... if you get an exception is does not only seem so....
Believe me, this is a REAL EXCEPTION :-)))

$inputDate = '2007-03-02T13:31:11-05:00';
$date = new Zend_Date($inputDate, Zend_Date::W3C);

Exception thrown:
invalid date (2007-03-02T13:31:11-05:00) operand, W3C date format
expectedstf

But that is a valid W3C date format, actually provided from Zend_Date!
Things like this make me sleepy. :)

Well.... then I will build in a few bugs only for you, so you get some sleep
:-)))

I'm using ZF-0.8.0. Is this a bug or am I doing it all wrong?

This is an unfound, uncommented, unissued but...
It is fixed with SVN 3697.

Thank you for finding this one :-)

Eighter you use the latest SVN or you wait the two week until 0.9 is
released.

Greetings
Thomas
I18N Team Leader and Zend_Date's main author ;-)

Reply via email to