EXIF date taked at midnight (00:xx:xx)

Things you’d like to miss in the future...
Post Reply
DeeLight
Posts: 20
Joined: 19 Mar 2013 00:21

EXIF date taked at midnight (00:xx:xx)

Post by DeeLight »

It seems there is an EXIF bug for images taken at midnight (00:xx:xx)

For example, IMG_20181024_000022.jpg shows up as:

2018.10.24 12:00:00 AM (Date taken Property) (seconds are always 00 with this property)

and as:

2018.10.24 12:00:22 PM (Date Taken Special Property)

This means, using a script to change the modified/created timestamps (timestamp mc, '<dateexif>';) sets 12PM instead of 12AM for any picture taken between midnight and 1AM

I also tried changing the date using a Hex editor from 00 to 24 (my older phone would store date taken as 24 instead of 00), but then the Date Taken column shows up as: 2018.10.24 1899.12.31 12:00:22 (without AM or PM) :eh: and... timestamp mc, '<dateexif>'; script doesn't even work on the file.

DeeLight
Posts: 20
Joined: 19 Mar 2013 00:21

Re: EXIF date taked at midnight (00:xx:xx)

Post by DeeLight »

Here is a random picture with the 00 and 24 exif timestamps.
Attachments
EXIF-Date-Taken.png
EXIF-Date-Taken.png (8.37 KiB) Viewed 694 times
IMG_20180922_004225 (24.xx.xx).jpg
IMG_20180922_004225 (24.xx.xx).jpg (1.43 MiB) Viewed 694 times
IMG_20180922_004225 (00.xx.xx).jpg
IMG_20180922_004225 (00.xx.xx).jpg (1.43 MiB) Viewed 694 times

admin
Site Admin
Posts: 60604
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: EXIF date taked at midnight (00:xx:xx)

Post by admin »

Confirmed, that were two bugs. :bug: :bug: :tup: :tup:

Should be fixed in next beta.

Post Reply