Complete
Details
Assignee
Andrew WalkerAndrew WalkerReporter
Andrew WalkerAndrew WalkerComponents
Fix versions
Affects versions
Priority
High
Details
Details
Assignee
Andrew Walker
Andrew WalkerReporter
Andrew Walker
Andrew WalkerComponents
Fix versions
Affects versions
Priority
More fields
More fields
More fields
Katalon Platform
Katalon Platform
Katalon Platform
Created February 4, 2020 at 12:51 PM
Updated July 1, 2022 at 4:45 PM
Resolved February 12, 2020 at 5:52 PM
During robocopy jobs with /COPY:DAT, Windows clients are sending a mtime of 01/01/1980, which we are obligingly setting. utimensat(2) behavior is to replace the birth time with the second element of the times array if it is older than the current birth time. This means that the utimenset call replaces the birth time with the mtime received from the client (01/01/1980).