Subject Re: [firebird-support] Re: Timestamp difference Windows / Linux
Author Dmitry Yemanov
roydamman wrote:
>
> Does this mean that the
> Firebird client doesn't have a method to parse decently the value
> assigned by the server to a column for value NOW? Because what sense
> does it have if you have a high resolution value on the server you
> can't read (parse) via the ISC_DECODE_TIMESTAMP?

isc_decode_timestamp() has been intended to deal with "struct tm" which
is not designed to handle second fractions.

> Shouldn't there be a
> parse method who can decently parse this value to the highest
> precision?

Maybe there should. Feel free to add a RFE into the tracker. But you
have to parse the milliseconds yourself for the time being, sorry.


Dmitry