Re: [Zope-dev] Date Time Problem

2002-07-24 Thread Lennart Regebro
From: Sebastian Sippl [EMAIL PROTECTED] return context.cata({'content' : id, 'date' : DateTime()-7, 'date_usage' : 'range:min', }) I always get back all catalog items. You should get back all items that have a date that is set to after DateTime()-7

[Zope-dev] Date Time Problem

2002-07-23 Thread Sebastian Sippl
Hi, another problem occured: I got the script working, which gives me certain values back from the catalog. But this Time thing still doesnt work ! i have tried nearly everything. I use the procedure described in the zope book, but it doesnt work. return context.cata({'content' : id,