On Sun, Jan 13, 2013 at 2:32 AM, Thomas Boell <tboell@domain.invalid> wrote:
> This is how I would probably go about it:
>  Convert your strings to floating point values which describe the time
>  in seconds.


Either floats or integers (which would be milliseconds, or whatever
your smallest unit is). I tend to prefer integers for this sort of
work, but do whichever you feel more comfortable working with.

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

Reply via email to