[EMAIL PROTECTED] wrote:

>Thanks however I am still having a problem using the time module for
>arithmetic
>
>My string times are of values such as 09:55:17
>
>and I have code such as:
>
>>from time import *
>>startPoint = strptime(step.sTime, "%H:%S:%M")
>>finishPoint = strptime(step.fTime, "%H:%S:%M")

Your conversion strings cannot be correct.  Sure, there are international
differences in rendering dates and times, but not even in Eastern
WhereTheHeckIsStan do they encode hours, then seconds, then minutes.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to