These tools can only show the last modified timestamp, one of the four types of time stamps recorded by NTFS. Please add options to show the other time stamps.
It can be implemented similarly to ls. From its manual:
--time=WORD
change the default of using modification times; access time
(-u): atime, access, use; change time (-c): ctime, status; birth
time: birth, creation;
with -l, WORD determines which time to show; with --sort=time,
sort by WORD (newest first)
Activity