ZPsycoPG returns datefields from postgress in yyyy/mm/dd format, while postgres' default is yyyy-mm-dd. I need to pass a date to python script for comparison w/ other datefields, but Zope apparently will not allow values to be passed with '/'s in them. Can I change the way ZPsycoPG is returning the date fields in the database? How?