recording time export darktable

Hello everyone,

I’ve recently started editing my RAW images with darktable and I’m very happy with the software.
But when I export my images as JPEGs, the EXIF data of the JPEG file always contains the export time instead of the capture time. This bothers me, but I don’t know how to change it.
Under “export” → “preferences…” I have marked “EXIF Data”.

Perhaps you know how I can change this.

I look forward to your answers!

Best regards
Noah

1 Like

If I look with exiftool at an image exported with darktable, I see (among others):
“Date and Time” this corresponds to the creation date of the jpg
“Date and Time Original”,
"Date and Time (digitised),
"Date and Time (original): the last three all correspond to the time the original image was captured.
I also see three file-related dates, which depend on the file-system (they are not part of the embedded metadata).

So it looks like your viewer reports the date the jpg was created (not unreasonable in itself)

1 Like

Example raw file:

exiftool -H -G -a DSC00077.ARW | grep Date
[File]               - File Modification Date/Time     : 2016:04:17 17:36:18+02:00
[File]               - File Access Date/Time           : 2024:02:02 07:10:38+01:00
[File]               - File Inode Change Date/Time     : 2022:08:21 18:23:15+02:00
[EXIF]          0x0132 Modify Date                     : 2016:04:17 17:36:19
[EXIF]          0x9003 Date/Time Original              : 2016:04:17 17:36:19
[EXIF]          0x9004 Create Date                     : 2016:04:17 17:36:19
[EXIF]          0x0132 Modify Date                     : 2016:04:17 17:36:19
[MakerNotes]    0x0006 Sony Date Time                  : 2016:04:17 17:36:19
[MakerNotes]    0x01b6 Sony Date Time                  : 2016:04:17 17:36:19

Exported jpg:

exiftool -H -G -a DSC00077.jpg | grep Date
[File]               - File Modification Date/Time     : 2024:02:02 08:27:05+01:00
[File]               - File Access Date/Time           : 2024:02:02 08:27:04+01:00
[File]               - File Inode Change Date/Time     : 2024:02:02 08:27:05+01:00
[EXIF]          0x0132 Modify Date                     : 2024:02:02 08:27:04
[EXIF]          0x9003 Date/Time Original              : 2016:04:17 17:36:19
[EXIF]          0x9004 Create Date                     : 2016:04:17 17:36:19
[MakerNotes]    0x01b6 Sony Date Time                  : 2016:04:17 17:36:19
[MakerNotes]    0x0006 Sony Date Time                  : 2016:04:17 17:36:19
[XMP]                - Date/Time Original              : 2016:04:17 17:36:19.000
[ICC_Profile]   0x0018 Profile Date Time               : 2024:02:02 07:26:16

Nothing missing in jpg, even additional entry as [xmp].

1 Like

Hello everyone,
Thank you very much for your answers!
Then it really must be my program.
I will try another program.

Kind regards
Noah