Subject Re: [firebird-support] Timestamp variable with fractional seconds
Author Dimitry Sibiryakov
On 7 Feb 2005 at 19:36, dave@... wrote:

>Question: how to insert a date variable with fractional seconds? I
>already checked the file ApiGuide.pdf in the Interbase 6.0 docs; the
>routines isc_timestamp_encode & _decode use a struct tm which does not
>include fractional seconds. The IBPP::Timestamp variable also does
>not support this, according to the list experts.

You have to work with native IB time format (that is just int) and
don't use isc_encode_XXX finctions.
IB time is number of 1/10000 seconds since midnight.
--
SY, Dimitry Sibiryakov.