https://bugs.kde.org/show_bug.cgi?id=374420
Bug ID: 374420 Summary: Various kioslaves do not write correct dates Product: frameworks-kio Version: 5.28.0 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: fa...@kde.org Reporter: fab...@ritter-vogt.de CC: kdelibs-b...@kde.org Target Milestone: --- > $ kioclient5 copy "http://kde.org" /tmp/file > $ LANG=C stat /tmp/file > File: '/tmp/file' > Size: 27932 Blocks: 56 IO Block: 4096 regular file > Device: 26h/38d Inode: 42361390 Links: 1 > Access: (0644/-rw-r--r--) Uid: ( 1000/ fabian) Gid: ( 100/ users) > Access: 2017-01-01 14:25:07.000000000 +0100 > Modify: 2106-02-07 07:28:15.000000000 +0100 > Change: 2017-01-01 14:25:08.032913190 +0100 > Birth: - The mtime is wrong here. > $ kioclient5 copy "ftp://upload.kde.org/README" /tmp/file > $ stat /tmp/file > File: '/tmp/file' > Size: 594 Blocks: 8 IO Block: 4096 regular file > Device: 26h/38d Inode: 42366998 Links: 1 > Access: (0644/-rw-r--r--) Uid: ( 1000/ fabian) Gid: ( 100/ users) > Access: 2106-02-07 07:28:15.000000000 +0100 > Modify: 2013-04-27 00:00:00.000000000 +0200 > Change: 2017-01-01 14:27:14.582228552 +0100 > Birth: - Same for there access date here. Those timestamps are all 0xFFFFFFFF, which is invalid. I've also seen "4442051-11-19 02:36:00" as access date once, so it may be the result of an uninitialized read. -- You are receiving this mail because: You are watching all bug changes.