fix timezone of dates

This commit is contained in:
Romain Bignon 2011-02-25 10:53:27 +01:00
commit 5b4a917787
2 changed files with 4 additions and 1 deletions

View file

@ -102,7 +102,7 @@ class DLFPBackend(BaseBackend, ICapMessages, ICapMessagesPost):
title=content.title,
sender=content.author or u'',
receivers=None,
date=thread.date, #TODO XXX WTF this is None
date=thread.date,
parent=None,
content=content.body,
signature='URL: %s' % self.browser.absurl(id2url(content.id)),