Using Perl 5.42.0 on ancient OS X (10.4 on PowerPC) exiftool has one failing test, t/Google.t because value in Software Date field mismatches what's expected.
Test 2 differs beginning at line 139:
Test gave: "[MakerNotes, Google, Time] 12-8 - Software Date: 1970:01:29 15:38:44.376+01:00"
Should be: "[MakerNotes, Google, Time] 12-8 - Software Date: 2023:09:14 06:57:19.000-04:00"
I wondered if any other images show up with a date of 1970 and it turns out t/images/Canon1DmkIII.jpg also has
Time Stamp 1 : 2007:02:22 17:02:42
Time Stamp : 1970:01:02 01:30:10
but there are no test failures related to this image. Just the Google one.
I noticed in the README file that there are three time related modules recommended, does t/Google.t have such a dependency?
Using Perl 5.42.0 on ancient OS X (10.4 on PowerPC)
exiftoolhas one failing test,t/Google.tbecause value in Software Date field mismatches what's expected.I wondered if any other images show up with a date of 1970 and it turns out
t/images/Canon1DmkIII.jpgalso hasbut there are no test failures related to this image. Just the Google one.
I noticed in the README file that there are three time related modules recommended, does
t/Google.thave such a dependency?