Thanks pbreit. Anyway, there should be an issue in google code because the original dal expression is supposed to work even if your code below is better.
On Aug 24, 8:22 pm, pbreit <[email protected]> wrote: > I do this: > > time_diff = datetime.timedelta(minutes=30) > now = request.now + time_diff > notifications = db((db.watchlist.status=='active') & > (db.watchlist.send_date<now)).select()

