[Zope] TimeError in Zope 2.8.5

Dieter Maurer dieter at handshake.de
Tue Nov 21 14:55:38 EST 2006


John McIntyre wrote at 2006-11-20 17:48 -0600:
> ...
>An error was encountered while publishing this resource.
>
>Error Type: TimeError
>Error Value: The time 106900545747.045975 is beyond the range of this Python
>implementation.

You are lucky!

>TimeError
>Sorry, a site error occurred.
>Traceback (innermost last):
>     * Module ZPublisher.Publish, line 113, in publish
>     * Module ZPublisher.mapply, line 88, in mapply
>     * Module ZPublisher.Publish, line 40, in call_object
>     * Module Shared.DC.Scripts.Bindings, line 311, in __call__
>     * Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
>     * Module App.special_dtml, line 175, in _exec
>     * Module DocumentTemplate.DT_Var, line 214, in render
>     * Module App.PersistentExtra, line 34, in bobobase_modification_time
>     * Module DateTime.DateTime, line 509, in __init__
>     * Module DateTime.DateTime, line 760, in _parse_args
>     * Module DateTime.DateTime, line 437, in safelocaltime
>
>TimeError: The time 106900545747.045975 is beyond the range of this Python
>implementation.

Looks like a corrupted storage....

The "bobobase_modification_time" should not be beyond 2036 (in fact,
it should not be beyond "now").

Be happy, that you see this with such a (relatively) clear exception...



-- 
Dieter


More information about the Zope mailing list