I have a page that uses SSI, and also displays the lastModified date in a javascript section. In this configuration, with IE 6.0 the date is always the current date - not the document modified date. With Netscape 4.7 the date is displayed as December 31, 1969.. If I rename the file to be xxx.html instead of xxx.shtml to elliminate the SSI processing, the correct date/time is displayed. The server is running Apache 1.3.26 (Unix). Is there a way around this where I can get the actual local time for the document last modified value?