On Wed, 11 Jun 2003, Dave Rolsky wrote: > On Tue, 10 Jun 2003, Joshua Hoblitt wrote: > > > I've started on milliseconds and microseconds support (DT::Duration to > > start with). I hope nobody else has already done this. > > Um, don't we already have this with nanoseconds? What are you thinking of > adding?
Adding millisecond and microsecond constructor parameters to DT and DT::Duration that just convert to be to stored as nanoseconds. Probably add delta_millisecond and delta_microsecond methods to DT::Duration. This is listed in the TODO. -J --
