[Zope] Datefields

Tim Hawes User.Name@ncmail.net
Mon, 11 Mar 2002 16:56:25 -0500


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?