On Sun, Sep 7, 2008 at 3:48 PM, Johan Geldenhuys <[EMAIL PROTECTED]> wrote: > I can get the time up to the closest second with the time module, but not to > the millisecond. > When I use time.strftime, I don't know how many milliseconds are left over > to use them.
OK. I guess you can use time.strptime() and strftime() to parse / format the time to the second and handle the milliseconds separately. Kent _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor