Skip to main content
kathrynf37147159
Participant
June 29, 2019

P: Stripping timezone information from the "Date Created" field

  • June 29, 2019
  • 4 replies
  • 242 views

Despite LightRoom's long term weakness with timezone handling, I've always been able to store a full timestamp with tz info in the "Date Created" field.  Recently (maybe since the LR 8.3 update), it has started stripping this out.  This appears to only affect RAWs with XMP sidecars, and does not affect JPEGs.  I think it happens when metadata is read from file.

I have a workflow where I save my metadata after import, process it in GeoSetter (I've been using it with LR since before the maps module was added, and frankly it's better for some things), and then re-import it.  GeoSetter has always insisted on choosing a timezone before saving, which I suppose is to comply with exif standards/conventions,

I copied the my files at each stage of this process, and you can see how LR saved without any tz info, GeoSetter added, and after import back in to LR and save again, LR has stripped it:

mymac:_compare myuser$ grep -r -e "DateTimeDigitized" -e "DateTimeOriginal" -e "DateCreated" -e "ModifyDate" --include "*.xmp" ../1-before/IMG_7341.xmp:   exif:DateTimeOriginal="2019-05-04T12:13:09"
./1-before/IMG_7341.xmp:   photoshop:DateCreated="2019-05-04T12:13:09"
./1-before/IMG_7341.xmp:   xmp:ModifyDate="2019-05-04T12:13:09"
./3-afterlr/IMG_7341.xmp:   exif:DateTimeOriginal="2019-05-04T12:13:09"
./3-afterlr/IMG_7341.xmp:   photoshop:DateCreated="2019-05-04T12:13:09"
./3-afterlr/IMG_7341.xmp:   xmp:ModifyDate="2019-05-04T12:13:09"
./2-aftergoe/IMG_7341.xmp:  2019-05-04T12:13:09+02:00
./2-aftergoe/IMG_7341.xmp:  2019-05-04T12:13:09+02:00
./2-aftergoe/IMG_7341.xmp:  2019-05-04T12:13:09+02:00
./2-aftergoe/IMG_7341.xmp:  2019-05-04T12:13:09+02:00
./3-afterlr/IMG_7341.xmp:   exif:DateTimeOriginal="2019-05-04T12:13:09"
./3-afterlr/IMG_7341.xmp:   xmp:ModifyDate="2019-05-04T12:13:09"
./3-afterlr/IMG_7341.xmp:   photoshop:DateCreated="2019-05-04T12:13:09"

This is a picture I imported and processed in May, with tz info for Melbourne:


This is a picture I recently imported and processed in June, missing the CEST+DST tz info for Germany:


At this point, if I manually add "+02:00 to the "Date Created" field in LR and then save, this shows up correctly in the XMP file.  Therefore I think it's a regression in LR's metadata reading function.  In this case, this what we get in the XML file (look at the value of "photoshop:DateCreated":

./4-aftermanuallrfix/IMG_7341.xmp:   exif:DateTimeOriginal="2019-05-04T12:13:09"
./4-aftermanuallrfix/IMG_7341.xmp:   photoshop:DateCreated="2019-05-04T12:13:09+02:00"
./4-aftermanuallrfix/IMG_7341.xmp:   xmp:ModifyDate="2019-05-04T12:13:09"



Other issues I've got used to over the years:

This topic has been closed for replies.

4 replies

Rikk Flohr_Photography
Community Manager
August 13, 2019
 Lightroom Classic 8.4 was released today and contained a fix for this issue. Please update to 8.4 and verify that you are no longer seeing the issue. Thank you!
Rikk Flohr: Adobe Photography Org
kathrynf37147159
Participant
July 2, 2019
Thanks Smit.  I hope it's a quick fix that they can resolve in near term update.
Smit K
Participating Frequently
July 1, 2019
Hi Kath,

We have been able to reproduce this issue and have logged the bug for the same

Thanks,
Smit
Lightroom Classic Team
Smit | Lightroom Team
rubyk58010202
Participating Frequently
June 30, 2019
Hi Kath,  Thanks for your analysis , we are looking into it. Will keep you posted if there is any update.