I've recently started to use sqlite for unit test my zf-based apps instead
of using the actual db.

I've been facing a problem because  the date format is different from the
mysql date to the sqlite date column.  So all my tests that relies on dates
stored in the database fail

How did you guys solve this?

Reply via email to