I am trying to save a time value to a MySQL time type column through a Zend Dojo TimeTextBox, and while it is posting correctly (POST value in Firebug is T12:15:00 for example) it is failing Doctrine validation (we have it integrated with Zend) and even if the validators are removed it still will not save to the database. I have tried changing the column type to an INT with no luck-it simply will not recognize the time value.
Has anyone else here had this problem? Any help would be greatly appreciated. Thanks.