Re: [Tutor] Dealing with Microseconds

2008-09-10 Thread Wayne Watson
Title: Signature.html My concern is probably not as great as I originally thought. Losing 1 second because of truncation of seconds is probably not all that bad. If I'm losing 1 second after 10 days or 1 day, that's not all that bad. The program is not to be a cure all for clock drift. I gues

Re: [Tutor] Dealing with Microseconds

2008-09-10 Thread Kent Johnson
On Wed, Sep 10, 2008 at 8:13 PM, Wayne Watson <[EMAIL PROTECTED]> wrote: > I'd like to allow a user to enter a drift rate in seconds per day into a > program along with the date and time, a base, to begin calculation of > subsequent recorded date and times. datetime seems to only allow hours, > mi

[Tutor] Dealing with Microseconds

2008-09-10 Thread Wayne Watson
Title: Signature.html I'd like to allow a user to enter a drift rate in seconds per day into a program along with the date and time, a base, to begin calculation of subsequent recorded date and times. datetime seems to only allow  hours, minutes and seconds in its formats.  For example, 2.74 mi