Summary: | Wrong modification time after dropping an URL from a browser | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Raphael <asdfg> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | elvis.angelaccio, kdelibs-bugs, mail |
Priority: | NOR | ||
Version: | 5.56.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Raphael
2019-03-24 02:36:46 UTC
Thanks for the report. Moving to KIO when the actual copy happens. It seems the http ioslave does not set the UDS_MODIFICATION_TIME on its stat(), so the UDSEntry has QDateTime(1969-12-31 23:59:59.000 UTC Qt::UTC) as modification time. However, the KFileItem ends up with a modification time equal to QDateTime(2106-02-07 07:28:15.000 CET Qt::LocalTime). is there a way to fix it, or will it be fixed in future updates? @Raphael, a fix will probably come in a future update. I don't think there is a way for the user to fix it apart from updating the modification time yourself. Should be the same issue as 374420, marking as duplicate. *** This bug has been marked as a duplicate of bug 374420 *** |