View Issue Details

IDProjectCategoryView StatusLast Update
0002286Double CommanderFile operationspublic2019-04-16 08:05
Reporterjohn16384 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
ProjectionnoneETAnone 
Platformx86OSLinux 
Product Version0.9.2 
Summary0002286: Copying or Moving file preserves timestamp, but timestamp is truncated to seconds
DescriptionI noticed that all files I've moved or copied with DC have lost their nanosecond precision timestamps. DC truncated the timestamps.

Before copy:

# ls --full-time /library/file1
-rw-rw---- 1 john family 2358918412 2018-12-25 03:31:43.237718865 +0100 file1

After copy or move with TC:

# ls --full-time /temp/file1
-rw-rw---- 1 john family 2358918412 2018-12-25 03:31:43.000000000 +0100 file1

Please fully preserve timestamps.
TagsNo tags attached.
Fixed in Revision
Operating systemLinux
WidgetsetQt5
Architecture64-bit

Activities

Alexx2000

2019-04-16 08:05

administrator   ~0003132

Last edited: 2019-04-16 08:05

Yes, under Posix systems DC gets/sets time with a second accuracy.

Issue History

Date Modified Username Field Change
2019-04-15 13:24 john16384 New Issue
2019-04-16 08:05 Alexx2000 Note Added: 0003132
2019-04-16 08:05 Alexx2000 Status new => acknowledged
2019-04-16 08:05 Alexx2000 Note Edited: 0003132