[fpc-pascal] Precision of timestamp values.

Michael Van Canneyt michael at freepascal.org
Fri Oct 22 14:24:40 CEST 2010



On Fri, 22 Oct 2010, Frank Church wrote:

> How accurate can a timestamp be calculated in FreePascal?
>
> Is the the Now() function accurate to more than a millisecond?

No. A millisecond is the most.

The datatype (double) may allow more, but it is not taken into account when
comparing or converting.

Michael.



More information about the fpc-pascal mailing list