in reply to Re^6: comparing 2 file time date stamps
in thread comparing 2 file time date stamps
I don't know whatever makes you think that the date on the second file should be different. Your OS concurs with Perl that the date of the file on the filesystem is as shown and identical to the first date.
Maybe you want to tell us where you get that other date of "11/4" (whatever the month and the day should be in that) from? What program shows that date?
If you want to use a different timestamp than the mtime, you have to actually use that instead of using the mtime from the filesystem.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: comparing 2 file time date stamps
by craigt (Acolyte) on Nov 06, 2014 at 16:59 UTC | |
by Corion (Patriarch) on Nov 06, 2014 at 17:03 UTC | |
by craigt (Acolyte) on Nov 06, 2014 at 17:22 UTC | |
by Corion (Patriarch) on Nov 06, 2014 at 21:11 UTC | |
by craigt (Acolyte) on Nov 07, 2014 at 14:47 UTC | |
|