What is the file TIMESTAMP precision

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the precision of the internally stored file timestamp? I can decode
it to integer seconds (Compac FORTRAN library routine) but "thought" it was
actually stored to a higher precision than that.

Thanks - Greg
 
What is the precision of the internally stored file timestamp? I can decode
it to integer seconds (Compac FORTRAN library routine) but "thought" it was
actually stored to a higher precision than that.

Thanks - Greg


I seen to recall reading that it was stored as a count of 100 nanosecond intervals since January 01, 1601,
but I could be thinking of something else.



Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
On Wed, 27 Oct 2004 07:05:10 -0700, Greg Page <Greg



I seen to recall reading that it was stored as a count of 100
nanosecond intervals since January 01, 1601, but I could be
thinking of something else.

AFAIK, That is true for a NTFS file system, but a FAT/FAT-32 file
system has a precision of 2 seconds.

HTH,
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top