datetime strftime methods require year >= 1900

David Stockwell winexpert at hotmail.com
Wed Sep 29 09:44:06 EDT 2004


I wrote a c function to do this back in '93 for my shrinkwrap program 
http://www.duneram.com/img/gv1full.jpg .

Alas for python, I do not know.

David
Surf  a wave to the future with a TracFone cellphone 
http://cellphone.duneram.com


>From: John Hunter <jdhunter at nitace.bsd.uchicago.edu>
>To: python-list at python.org
>Subject: datetime strftime methods require year >= 1900
>Date: Wed, 29 Sep 2004 07:47:04 -0500
>ValueError: year=1005 is before 1900; the datetime strftime() methods 
>require year >= 1900
>
>Does anyone know of a datetime string formatter that can handles
>strftime format strings over the full range that datetime objects
>support?
>
>Thanks,
>John Hunter





More information about the Python-list mailing list