Date: Tue, 11 Aug 1998 08:50:37 +0300 (IDT) From: Eli Zaretskii To: John cc: djgpp AT delorie DOT com Subject: Re: Bug in RHIDE:Invalid times on files In-Reply-To: <35cfad29.492683@netnews.voicenet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 11 Aug 1998, John wrote: > The creation date will be the time that I saved it. > The modified time will be the time that I finished writing "random > words". Earlier than the creation date ! > The accessed date will be between the years 2005 and 2115. This might have nothing to do with RHIDE. Windows 9X has some real nasty misfeatures related to file times. In particular, depending on your Windows version, the creation time can indeed be *after* the modified time. This is because the Windows 9X filesystem records the creation time with 10 msec granularity, whereas the modified time is recorded with only 2 sec granularity. The last-access time is only a date, so I'd guess that you are interpreting it incorrectly. I have never seen any dates in the next millenium. It would help if you explain which program(s) did you use to display the file times.