On Jun 3, 4:47 am, Tim Golden <[EMAIL PROTECTED]> wrote:
> Steve Holden wrote:
> > YuePing Lu wrote:
> >> Hello,
>
> >> Has any of you ever used Python odbc to retrieve data from a relational DB?
>
> >> I encountered a problem where it can't handle datetime _earlier than
> >> _*1969*, and _later th
Steve Holden wrote:
> YuePing Lu wrote:
>> Hello,
>>
>> Has any of you ever used Python odbc to retrieve data from a relational DB?
>>
>> I encountered a problem where it can't handle datetime _earlier than
>> _*1969*, and _later than _*2040*. It just returned some garbage strings
>> when I call
YuePing Lu wrote:
> Hello,
>
> Has any of you ever used Python odbc to retrieve data from a relational DB?
>
> I encountered a problem where it can't handle datetime _earlier than
> _*1969*, and _later than _*2040*. It just returned some garbage strings
> when I call str(my_date_object).
>
> W
Hello,
Has any of you ever used Python odbc to retrieve data from a relational DB?
I encountered a problem where it can't handle datetime *earlier than **1969*,
and *later than **2040*. It just returned some garbage strings when I call
str(my_date_object).
When I call strptime to convert the va