*** If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports Please remove this comment after reading and before submitting - thanks! *** SUMMARY the exif functions reading the date and time create dates like this 2025:04:21 15:26:12 STEPS TO REPRODUCE 1. rename a photo 2. use the function to grab EXIF date and time to use in the file name 3. apply OBSERVED RESULT dates do not show up in the correct date format with the "-" separator, instead they show the date like it is a time format. EXPECTED RESULT Use separator "-" for dates and separator ":" for time stamps. This is probably a very simple fix but I do not know where to change the built in functions. This is on OpenSUSE Tumbleweed, KRename 5.0.2 and the latest KDE and Plasma. Thx for reading, pk SOFTWARE/OS VERSIONS Windows: macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
*** Bug 501258 has been marked as a duplicate of this bug. ***
On Reddit I found out that this seems to be intended as the Exif standard uses ":" as separator for the date format. So this can be closed - it is not a bug. Rather a suggestion to add a possibility for the user to adjust the functions formatting of the data as it shows up in the file names. Thanks, p.