View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002286 | Double Commander | File operations | public | 2019-04-15 13:24 | 2019-04-16 08:05 |
| Reporter | john16384 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Projection | none | ETA | none | ||
| Platform | x86 | OS | Linux | ||
| Product Version | 0.9.2 | ||||
| Summary | 0002286: Copying or Moving file preserves timestamp, but timestamp is truncated to seconds | ||||
| Description | I 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. | ||||
| Tags | No tags attached. | ||||
| Fixed in Revision | |||||
| Operating system | Linux | ||||
| Widgetset | Qt5 | ||||
| Architecture | 64-bit | ||||