We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The gem will choke if there's a field that has "Date" in it's key but is either not a Date or an invalid date.
Example : "GPSDateTime": "0111:00:30 20:31:58Z" From Nexus S
The text was updated successfully, but these errors were encountered:
Issue exiftool-rb#10: check if the value can be converted.
394ff53
check if the value is convertable to a civil date before actually doing the conversion.
Thanks for the diff and the bug report.
Is that from an image you have? Was it taken in 2011?
Sorry, something went wrong.
add breaking test for #10
0ba89e0
Pushed v1.2.0 with a breaking test and your fix.
No branches or pull requests
The gem will choke if there's a field that has "Date" in it's key but is either not a Date or an invalid date.
Example :
"GPSDateTime": "0111:00:30 20:31:58Z" From Nexus S
The text was updated successfully, but these errors were encountered: