Bug 501255 - Krename exif date functions use ":" as separator for date stamps instead of the "-" as stated in the international ISO 8601 norm -
Summary: Krename exif date functions use ":" as separator for date stamps instead of t...
Status: RESOLVED NOT A BUG
Alias: None
Product: krename
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Heiko Becker
URL:
Keywords:
: 501258 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-03-09 09:34 UTC by piedro
Modified: 2025-03-09 20:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description piedro 2025-03-09 09:34:59 UTC
***
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
Comment 1 Filip 2025-03-09 19:21:16 UTC
*** Bug 501258 has been marked as a duplicate of this bug. ***
Comment 2 piedro 2025-03-09 20:06:05 UTC
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.