--On Mittwoch, 11. Mai 2005 16:08 Uhr +0200 Santi Camps <[EMAIL PROTECTED]> wrote:


>> d = DateTime('2045/30/01') >> d.strftime('%d/%m/%Y') DateTime.DateTime.TimeError: The time 2369343600.000000 is beyond the range of this Python implementation

I've read that the reason was a validation to avoid int overflows.   I
think this could be fixed using datetime module (new in python 2.3)
instead of old time.localtime


After some testing: datetime has the same problems and it is unlikely that we can solve
this problem in Zope as long as the underlying implementation in the libc sux (or better is
constrained on 32 bit systems).

-aj

Attachment: pgpgJg9WCW74N.pgp
Description: PGP signature

_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to