Bug 453845

Summary: dolphin file manager loses nanosecond precision on date and time stamp on copied files and folders
Product: [Applications] dolphin Reporter: matthewwilson86.mw
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: minor CC: kfm-devel, matthewwilson86.mw
Priority: NOR    
Version: 21.12.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: original sub-folders with nanosecond precision and copied sub-folders with nanosecond precision lost
original sub-folders with nanosecond precision and copied sub-folders with nanosecond precision lost
original sub-folders with nanosecond precision and copied sub-folders with nanosecond precision lost

Description matthewwilson86.mw 2022-05-15 18:06:58 UTC
Created attachment 148865 [details]
original sub-folders with nanosecond precision and copied sub-folders with nanosecond precision lost

STEPS TO REPRODUCE
1. Within dolphin file manager select the folder to copy (the folder name in my case is 'which' - it is a folder used for 'Which?magazine' ralated data and has sub-folders within it and sub-folders and files within those sub-folders) 
2. Ctrl-C to copy the folder named 'which'
3. navigate to the folder where the folder (and sub-folder's and files need to be copied to)
4. Ctrl-v to paste
5. after copying is done, open a terminal window and issue command: 
ls -la --time-style=full-iso

OBSERVED RESULT

The output in terminal window:

[redacted@redacted 211123]$ ls -la --time-style=full-iso
total 24
drwxr-xr-x 6 [redacted] [redacted] 4096 2022-03-22 22:43:57.000000000 +0700 .
drwxr-xr-x 4 [redacted] [redacted] 4096 2022-03-22 22:43:32.000000000 +0700 ..
drwxr-xr-x 2 [redacted] [redacted] 4096 2022-03-22 22:44:21.000000000 +0700 cancellation
drwxr-xr-x 2 [redacted] [redacted] 4096 2021-12-02 15:28:02.000000000 +0700 join
drwxr-xr-x 3 [redacted] [redacted] 4096 2022-03-22 22:44:21.000000000 +0700 reviews
drwxr-xr-x 2 [redacted] [redacted] 4096 2022-03-22 22:44:21.000000000 +0700 terms
[redacted@redacted 211123]$ 

EXPECTED RESULT

[redacted@redacted 211123]$ ls -la --time-style=full-iso
total 28
drwxr-xr-x 1 root root 4096 2022-03-22 22:43:57.546506217 +0700 .
drwxr-xr-x 1 root root 4096 2022-03-22 22:43:32.156505366 +0700 ..
-rw------- 1 root root  192 2022-03-22 22:43:57.545506217 +0700 .directory
drwxr-xr-x 1 root root 4096 2022-03-22 22:44:21.119507007 +0700 cancellation
drwxr-xr-x 1 root root 4096 2021-12-02 15:28:02.373914765 +0700 join
drwxr-xr-x 1 root root 4096 2022-03-22 22:44:21.116507007 +0700 reviews
drwxr-xr-x 1 root root 4096 2022-03-22 22:44:21.113507007 +0700 terms

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: void linux 5.15.36_1/xfce 4.16
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 matthewwilson86.mw 2022-05-15 18:23:39 UTC
Created attachment 148866 [details]
original sub-folders with nanosecond precision and copied sub-folders with nanosecond precision lost
Comment 2 matthewwilson86.mw 2022-05-15 18:32:30 UTC
Created attachment 148868 [details]
original sub-folders with nanosecond precision and copied sub-folders with nanosecond precision lost
Comment 3 matthewwilson86.mw 2022-05-15 18:34:16 UTC
** Removed due to duplicated content **
Comment 4 Ben Cooksley 2022-05-16 11:08:48 UTC
The content of attachment 148866 [details] has been deleted