Subject | Re: [firebird-support] Re: Timestamp variable with fractional seconds |
---|---|
Author | Helen Borrie |
Post date | 2005-02-08T03:03:37Z |
At 02:30 AM 8/02/2005 +0000, you wrote:
the system date and time with exact subseconds. It's exists because the
date literal 'now', and the context variables CURRENT_TIME and
CURRENT_TIMESTAMP return fractional seconds as .0000.
Unless I've misunderstood the original question, this thread relates not to
getting greater precision from the system time, but to storing date/time
literals that include the subseconds portion...
./hb
>Fractional seconds in timestamps can be achieved like thisCorrect; but GetExactTimeStamp() is a no-input function call that returns
>Tested with FB1.5.2 and Delphi 7
>
>1. use ibexpert or similar to register the UDF GETEXACTTIMESTAMP
> here is how the metadata should look like afterwards
the system date and time with exact subseconds. It's exists because the
date literal 'now', and the context variables CURRENT_TIME and
CURRENT_TIMESTAMP return fractional seconds as .0000.
Unless I've misunderstood the original question, this thread relates not to
getting greater precision from the system time, but to storing date/time
literals that include the subseconds portion...
./hb