Top "Last-modified" questions

How to get the last modified date of a SharePoint list (SPList)

I have some code which replicates list templates files for new sites in SharePoint 2007. It checks the SPList.LastItemModified to …

sharepoint-2007 last-modified splist
Is there a way to touch() a file in Amazon S3?

I'm currently working with Amazon S3 and I am writing a program that check the modified dates. What I need …

amazon-s3 metadata last-modified
htaccess 'Header unset Last-Modified' caching issue

Im trying to set up some cache control options in my htaccess file. At the moment it looks like this: &…

.htaccess caching last-modified
How do I get the last modification time of a Java resource?

Can someone please tell me a reliable way to get the last modification time of a Java resource? The resource …

java resources last-modified
Last modified date of local file. JavaScript

In javaScript, currently reading xml files stored in %appdata% using jQuerys $.ajax function. As the file is in %appdata% my …

javascript jquery ajax last-modified
How does maven compile only the modified java files?

I was just curious to know this, when i give mvn install without doing 'clean', maven compiles only the modified …

java maven compilation maven-3 last-modified
(Weak) ETags and Last-Modified

As far as I understand the specs, the ETag, which was introduced in RFC 2616 (HTTP/1.1) is a successor (of sorts) …

http last-modified etag if-modified-since
How to find out if a file was modified?

I want to implement a live reload of certain files. I assume that it is possible to somehow read the …

c++ file cross-platform last-modified
nodejs - how to change creation time of file

fsStat class instance returns mtime, atime and ctime date objects, but there seems to be API only for changing mtime …

node.js file last-modified
Get modification date for NSManagedObject in Core Data?

Outside of adding an NSDate property to each Entity in my Core Data store, is there a programmatic way to …

iphone ios core-data nsmanagedobject last-modified