get today date, not datetime

This commit is contained in:
Frédéric Péters 2012-01-04 15:13:43 +01:00
parent 3befd13816
commit e3c0c4b364
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class PcfHomeFolder(BrowserView, Cached):
def get_coming_day_events(self):
catalog = getToolByName(self.context, 'portal_catalog')
# do not go more than 100 days in the future
start = datetime.datetime.today()
start = datetime.date.today()
end = start + datetime.timedelta(100)
calendar = getToolByName(self.context, 'portal_calendar')
r = catalog(