Summary: | Last modification date always show 18/19/20th January 1970 for remote files | ||
---|---|---|---|
Product: | [Applications] kdiff3 | Reporter: | jmaspons <joanmaspons> |
Component: | application | Assignee: | michael <reeves.87> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 1.9.5 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.11.1 | |
Sentry Crash Report: |
Description
jmaspons
2022-05-09 13:51:36 UTC
Both dolphin and kdiff3 use KIO::UDSEntry::UDS_MODIFICATION_TIME for modification time of files. The fish protocol handler is responsible for setting this. Does this still reproduce with dolphin giving different results? (In reply to michael from comment #1) > Does this still reproduce with dolphin giving different > results? Yes, it happens for fish:// and sftp:// protocols (1970's in kdiff3 and correct date in dolphin) System with Catalan locale Operating System: KDE neon 5.27 KDE Plasma Version: 5.27.2 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8 Kernel Version: 5.19.0-35-generic (64-bit) Graphics Platform: X11 Processors: 6 × Intel® Core™ i5-8500 CPU @ 3.00GHz Memory: 15.4 GiB of RAM Graphics Processor: OLAND Manufacturer: HP Product Name: HP ProDesk 600 G4 SFF I believe this should be fixed in 1.11.1. Found to separate issues in handling non file urls via KIO. Together they caused the initial stat to abort at an arbitrary time. Typically not long enough to actually get the response. |