"James Youngman" <[EMAIL PROTECTED]> writes: > I see that getdate.y normally zeroes out the nanoseconds field (e.g. > $$.tv_nsec = 0). > > Is it likely that changing the parser to accept floating-point seconds > fields
Doesn't getdate already accept fractional seconds? It does start out by zeroing tv_nsec, but it fills in a value if it sees a fraction.
