[Zope] DateTime() BUG!

Chris McDonough chrism@digicool.com
Fri, 04 May 2001 08:47:44 -0400


Kai Hofmann wrote:
> (pseudo syntax):
> enddate=2001/05/04
> 
> DateTime().lessThanEqualTo(enddate)
> 
> results for today (2001/05/04) into FALSE !!!
> 
> I can only assume that this happens, because the DateTime() returns
> a date and a time - where enddate is only a date ....
> 
> Can someone verify this and report the bug to the developers???
> Its really important for me!!

Hi Kai... you just did.  ;-)

Do you think you can put this in the Collector at
http://classic.zope.org:8080/Collector ?  Otherwise it may float away on
the stream of messages to the list.

- C