tobiah wrote:
> Carl J. Van Arsdall wrote:
>   
>> Basically I used the datetime module and timedelta objects to calculate 
>> a difference between two times.  Now I'm trying to figure out how I make 
>> that time delta a string HH:MM:SS 
>>
>>
>>     
>
> Oddly enough, str(tdobject) does what you want.
>
>   
Well, kinda, although I can work with this, str(tdobject) returns a 
string that looks like:

-1 day, 7:34:32



Granted, I can parse that, I was looking for a way to just get the 
actual duration.  But for now I'll just parse the string, thanks.

-c



-- 

Carl J. Van Arsdall
[EMAIL PROTECTED]
Build and Release
MontaVista Software

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to