[BangPypers] Timestamp error

Dhananjay Nene dhananjay.nene at gmail.com
Thu Nov 10 12:46:46 CET 2011


On Thu, Nov 10, 2011 at 5:05 PM, Shashidhar Paragonda <
shashidhar85 at gmail.com> wrote:

> Dear Python hackers,
>
>               >>> I am facing *ValueError : **timestamp out of range for
> platform time_t
> *
> *               >>> *I am working on Zope v. 2.8.11 with Python v2.4.4 on
> Debian v6.0 Squeeze.
>               >>> I get this error when I extract some parameters and
> values from database.
>               >>> can one one help me, thank you in advance
>

It means you attempted to create a timestamp beyond what the underlying
platform supports (most likely a date too far out or far back). Perhaps if
you attached the specific line of code with the actual values being passed
to the constructor that we could replicate, it would help provide a more
elaborate answer.

>
> --
> -----------------------------------
> Regards,
>
> Shashidhar N.Paragonda
> shashidhar85 at gmail.com
> +919449073835
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
----------------------------------------------------------------------------------------------------------------------------------
http://blog.dhananjaynene.com twitter: @dnene
<http://twitter.com/dnene>google plus:
http://gplus.to/dhananjaynene


More information about the BangPypers mailing list