PREV INDEX NEXT

Author: Unknown
Subject: -newer
Date: Sunday, 06 Sep 2020, 15:03:27

When we use tv_sec, tv_nsec for -newer, does it take into account the actual date the file was made? For example if we substract the tv_nsec of file1 created on 9/4 at 8pm EST from a file2 created on 9/6 at 10am EST, is file2.tv_nsec > file1.tv_nsec, or is the relative origin (start time) of tv_nsec just the beginning of a particular day (12:00am)?
PREV INDEX NEXT