× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Thu, May 29, 2014 at 1:53 PM, Gary Thompson <gthompson@xxxxxxxxxxx> wrote:
All of this by my assumption, from reading, that other systems may update
Changed date on access alone.

If you got that from me, then you probably misread the following:

From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of John Yeung
There's a system call named "stat" on both Unix and Windows, that
retrieves three times. "Access" time and "content modification"
time have the same meaning on both systems,

The above is saying that
(1) The meaning of "access" time on Unix is the same as the meaning of
"access" time on Windows.
(2) The meaning of "content modification" time on Unix is the same as
the meaning of "content modification" time on Windows.

That was to contrast with the third time, which has a different
meaning on Unix than it does on Windows.

I keep saying "the third time". What I really mean is the "ctime".
The access time and modification time are named "atime" and "mtime",
respectively. I really wanted to avoid bringing up actual names used
in implementation, just as I try to avoid using actual DDS field names
when talking to users about what's in the database. But in this case,
maybe knowing the raw names sheds some light on things. For the
morbidly curious (or bored), here is a nice article on the "stat"
system call (focusing on Unix, which is where it originated):

http://en.wikipedia.org/wiki/Stat_%28system_call%29

There is even a section in there specifically about ctime.

But the main takeaway that I was going for was that timestamps are
fundamentally unreliable, on any computer system whatsoever. Your
best bet is, if possible, to use techniques which don't depend on
timestamps at all. Some ideas for doing that were mentioned by others
in this thread.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.