Last Modified Date : Java Glossary
home L words local find no local find frame, full screen Google search web for topic jump to footer translate with Babelfish by Roedy Green ©1996-2008 Canadian Mind Products
Go to : punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all)
Last Modified Date
The Java spec says you cannot trust the value of File.lastModified to have any particular representation. It turns out it can be trusted after all, though it only became official with JDK 1.2. Even on Win95 it returns the number of milliseconds since 1970-01-01 00:00 UTC.

With Java 1.4 you can now set the date as well with File.setLastModified ( long timestamp )

I have written FileTimes a native class for windows that lets you get and set three of the file dates from Java.

You can examine the date with File.lastModified() and set it in Java 1.4+ with File.setLastModified()
BigDate to see how you might convert these to dates and times
but you cannot get or set the created or lastAccessed dates without without native code. I have written such native code called FileTimes to let you get/set all three dates to 1 ms precision.

Windows keeps file timestamps accurate to 100 nanoseconds with 10,000 times as much precision as Java’s 1 ms. This means if you copy a file in Java, the new file might not have the exact same timestamp as the old. When you reconstitute a zipped file, its timestamp will be reconstituted accurate only to the even 2 seconds.


CMP_homejump to top
CMP logo
feedback Please email your feedback for publication, errors, omissions, broken/redirected link reports
and suggestions to improve this page to Roedy Green : feedback email
made with CSS
HTML Checked!
ICRA ratings logo
mindprod.com IP:[65.110.21.43]
Your face IP:[38.103.63.16] The information on this page is for non-military use only.
You are visitor number 31,414. Military use includes use by defence contractors.
You can get a fresh copy of this page from: or possibly from your local J: drive (Java virtual drive/Mindprod website mirror)
http://mindprod.com/jgloss/lastmodified.html J:\mindprod\jgloss\lastmodified.html