https://bugs.kde.org/show_bug.cgi?id=411537

            Bug ID: 411537
           Summary: Nanosecond timestamps support
           Product: frameworks-kio
           Version: 5.61.0
          Platform: Gentoo Packages
                OS: Linux
            Status: REPORTED
          Severity: wishlist
          Priority: NOR
         Component: general
          Assignee: fa...@kde.org
          Reporter: gerbils...@gerbilsoft.com
                CC: kdelibs-b...@kde.org
  Target Milestone: ---

Currently, copying a file to another directory copies the seconds portion of
the mtime, but not the nanoseconds.

STEPS TO REPRODUCE
1. Check the mtime of a file.
2. Copy the file to another directory.

Example file, which will be coped to dest/:

$ ls -l --time-style=full-iso src/
-rw-r--r-- 1 david david 0 2019-09-02 15:05:11.016028432 -0400 file

OBSERVED RESULT

$ ls -l --time-style=full-iso dest/
-rw-r--r-- 1 david david 0 2019-09-02 15:05:11.000000000 -0400 file

EXPECTED RESULT

$ ls -l --time-style=full-iso dest/
-rw-r--r-- 1 david david 0 2019-09-02 15:05:11.016028432 -0400 file

SOFTWARE/OS VERSIONS

KDE Frameworks 5.61.0
Dolphin 19.08.0
Qt 5.12.3

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to