[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Last-Modified increases steadily State-Changed-From-To: open-closed State-Changed-By: dgaudet State-Changed-When: Tue Apr 20 11:10:37 PDT 1999 State-Changed-Why: Apache reports the mtime as seen by the stat() system call. If I had to guess, I'd guess that you're saving the file over NFS (or mabye CIFS/windows sharing crud). The host saving the file has a clock in the future. Apache refuses to respect an mtime in the future -- for that it uses the current time. Dean