Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Easy
Description
Current the ctime (https://docs.python.org/3/library/os.path.html#os.path.getctime) is being reported as "Creation Time" but it is not really the creation time. See the getctime documentation link for more info.
I think it would be better to show last modified time since that can be done consistently.