https://bugs.kde.org/show_bug.cgi?id=444697
Bug ID: 444697 Summary: KIO trash store incorrect information in directory size cache Product: frameworks-kio Version: 5.87.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Trash Assignee: fa...@kde.org Reporter: stream...@gmail.com CC: kdelibs-b...@kde.org Target Milestone: --- - According to the trash specification (https://specifications.freedesktop.org/trash-spec/trashspec-latest.html) mtime field is number of SECONDS since epoch. But it seems KIO's implementation (https://github.com/KDE/kio/blob/master/src/ioslaves/trash/trashsizecache.cpp#L56) stores milliseconds since epoch therefore causing compatibility issue with other implementations. - Also FYI specification is vague about whether mtime include leap seconds or not. -- You are receiving this mail because: You are watching all bug changes.