|
From: Jan E. <je...@in...> - 2015-09-23 23:11:31
|
On Wednesday 2015-09-23 22:11, Mike Rylander wrote: >We use the C tm struct to hold parsed timestamps on the way to returning a >time_t, and the tm_usec field is not available per the standard[1] The reason libdbi gained 'struct tm' was to support dates before the epoch. >though some C libraries define it. I think a reasonable API extension would >be a function to read the microseconds part of a timestamp field, separate >from the time_t value. nanoseconds, if anything. |