SUMMARY STEPS TO REPRODUCE 1. drag a picture from a webbrowser into a folder 2. click copy OBSERVED RESULT date modified of the image is 7.feb.2106 EXPECTED RESULT actually date SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Kubuntu 18.10 (available in About System) KDE Plasma Version: 5.15.3 KDE Frameworks Version: 5.54.0 Qt Version: 5.11.1 ADDITIONAL INFORMATION
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 ***