-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OffsetTime* Exif tags #18237
Add OffsetTime* Exif tags #18237
Conversation
Should have kept this a draft before the CI was done, apologies for that. Anyway, the pull request is now ready for review. You can review correctness of the hex codes for the Tag IDs, e. g., via the Exif 3.0 specification available from https://www.cipa.jp/std/documents/download_e.html?CIPA_DC-008-2024-E. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Thank you!
I'll leave this open to see if anyone else reviews this too. If not, I will merge this relatively soon.
Merged (squashed) into master (i.e. PHP-8.5 dev branch) with a NEWS and UPGRADING entry. Thanks for your contribution! |
This pull request adds support for the OffsetTime, OffsetTimeOriginal, and OffsetTimeDigitized Exif tags as I need them to take different time zones into account when sorting images.
I have added a test, but need to add that I am currently not set up to compile PHP locally, so I am counting on your CI for that or a reviewers assistance.
Thanks in advance for considering my request!