[Zope3-Users] Datetime Error

Ronaldo Z. Afonso ronaldoafonso at gmail.com
Sat Feb 9 17:45:00 EST 2008


Hi all,

I'm just installing Zope-3.3.1 with Python-2.2.4 and "make check" is
raising the following error:


Failure in test show (zope.app.file.browser.file.FileView)
Failed doctest test for zope.app.file.browser.file.FileView.show
  File
"/usr/src/Zope-3.3.1/build/lib.linux-i686-2.4/zope/app/file/browser/file.py", line 39, in show

----------------------------------------------------------------------
File
"/usr/src/Zope-3.3.1/build/lib.linux-i686-2.4/zope/app/file/browser/file.py", line 79, in zope.app.file.browser.file.FileView.show
Failed example:
    datetime.fromtimestamp(zope.datetime.time(
        request.response.getHeader('Last-Modified')))
Expected:
    datetime.datetime(2006, 1, 1, 0, 0)
Got:
    datetime.datetime(2006, 1, 1, 1, 0)


Can anybody help me with this?
Thanks.

Ronaldo



More information about the Zope3-users mailing list