Hi there,

It's frustrating to deal with problems like this, and i'm sure you're pulling your hair out a bit. ;o) But it seems that this is not a Perl problem. Trying to look for a Perl solution may be part of the problem.

From what I gathered from your results of the tests suggested by the monks above, Perl mtime agrees with what you get when you use DIR from the command prompt. It's Windows Explorer itself that disagrees with the DIR command prompt. Take a look at this MSDN article that mentions Windows Explorer has changed the algorithm it uses to display dates, while the command line (and other mtime users presumably) have not.

This is really a question for Microsoft, no?

P.S. This thread has been very confusing to catch up on because your tests are not minimal, there is no need to compare pairs of files, and definitely not 12 pairs. Just pick a file to work with.


In reply to Re: comparing 2 file time date stamps by Loops
in thread comparing 2 file time date stamps by craigt

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.