https://bugs.kde.org/show_bug.cgi?id=495506
Stephen Hilton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Stephen Hilton <[email protected]> --- When digikam writes xmp files, it only includes date and time in the CreateDate and ModifyDate. It does not add the time zone offset, even if the timezone is shown in the original photograph file's EXIF data. e.g. xmp:CreateDate="2020-01-01T00:01:01.69" xmp:ModifyDate="2020-01-01T00:01:01.69" Any application that prioritises xmp from the sidecar file over exif from the original file reads the local time without knowing the timezone offset. If that application then assumes the time is UTC, the time that it displays will be off. Immich is an example of such an application. If there is no xmp file for a photo, it will read the time/date correctly from the photo's EXIF data (i.e. incorporating the timezone offset). However, as soon as Digikam writes an xmp file, immich will display the time and date as if the time in the xmp file is UTC time. -- You are receiving this mail because: You are watching all bug changes.
