(From what it looks like to me...)
BRU takes "Item Date" based upon what Windows says it is.
BRU looks to also
format the "Item Date" based upon the format that Windows uses.
And Windows looks to use, HH:MM (for the time portion) - does not display :SS (seconds).
And even though (in BRU) 8:Auto Date, you can set something like:
- Code: Select all
8:Auto Date
Mode: Prefix
Type: Item Date
Fmt: Custom
Custom: %m-%d-%Y - %H:%M:%S ---------
BRU does not look to actually be returning (or at least displaying) %S (seconds), instead simply presenting ":00".
The last 2 files are the same file.
_original is the original.
The second file had a "createdate" added to it.
- Code: Select all
exif "-createdate=1980:12:01 02:01:09" XXX.JPG
"Item Date", as shown by Windows Explorer "Properties"-> Details, & as shown by BRU show (time as) HH:MM AM [or PM], but no seconds.
Seconds (& milliseconds) are there & can be accessed, displayed (as seen in 'Column A'), though it seems BRU is not doing that?

.
- Code: Select all
C:\exif>exif XXX.JPG | GREP -i date
File Modification Date/Time : 2024:01:29 11:40:08-05:00
File Access Date/Time : 2024:01:29 11:40:08-05:00
File Creation Date/Time : 2024:01:29 11:34:56-05:00
Create Date : 1980:12:01 02:01:09
(Copy & paste link into browser, then save.)
XXX-EXIF-sample.jpg