--On Mittwoch, 5. März 2003 12:47 +0530 "Zope@Stylus" <zope@stylusinc.net> wrote:
Hi all
There is one issue I would like to clarify.The date time module is throwing an erro everytime I open the ZMI. I have a zsql mehtod ...> select DateTime(ldate) from tbluser Now as long as the ZMI is not opened there is no issue with the performance.But at any point of time if I open the ZMI for doing some editing then I get the following error.
Zope Error Zope has encountered an error while publishing this resource.
Error Type: Invalid Date-Time String Error Value:
I don't know about the underlying problem but "2002-10-24 12:01:35+05" is not a valid date format that can be passed to the DateTime constructor. Check out the DateTime API for details. -aj