Subject | Re: [firebird-support] Timestamp variable with fractional seconds |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2005-02-08T05:06:47Z |
On 7 Feb 2005 at 19:36, dave@... wrote:
don't use isc_encode_XXX finctions.
IB time is number of 1/10000 seconds since midnight.
--
SY, Dimitry Sibiryakov.
>Question: how to insert a date variable with fractional seconds? IYou have to work with native IB time format (that is just int) and
>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.
don't use isc_encode_XXX finctions.
IB time is number of 1/10000 seconds since midnight.
--
SY, Dimitry Sibiryakov.