Subject Re: [firebird-support] Handling miliseconds
Author Helen Borrie
At 09:42 AM 23/09/2004 +0400, Dmitry S wrote:

> >If not, how to store them and where to store them ? In Decimal field ?
>
> You can store and retrieve milliseconds using API, but the most of
>API wrappers cut them off because they are using 'struct tm' for
>conversions. You have to use UDF (Helen can tell you the name) to get
>current time with milliseconds on server side.

GetExactTimestamp() in fbudf.so/fbudf.dll

./h.