|
From: <pl...@pi...> - 2008-02-23 00:23:16
|
On Sat, 23 Feb 2008 00:04:17 +0100, Hans-Bernhard Bröker <HBB...@t-...> wrote: > Not really. time_t of the Standard C library is an integer, typically > seconds since 1970-01-01 --- but our own time routines don't use that. > Instead we use a double to hold seconds since 2000-01-01. So the code can already handle decimal fractions of seconds, it's just a case adding IO specifiers and adjusting the output routines. Is that correct? I presume axis labelling is done in a centralised fashion so as not to duplicate in each terminal , this sounds not too difficult. Would it be much work to add something like the microsecond specifier I suggested and get it to accept a decimal part. (Using %MM:%SS.%UUU takes care of any question of european locales using comma separtors on input.) Does that seem like a good approach? regards, Peter |