Re: [fpc-pascal] Precision of timestamp values.
http://wiki.lazarus.freepascal.org/EpikTimer -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Re: [fpc-pascal] Precision of timestamp values.
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 converti