Is GPS:GPSTimeStamp worth saving?

Started by wywh, January 01, 2021, 07:22:06 AM

Previous topic - Next topic

wywh

It seems that in addition to a different timezone, the occasional GPS:GPSTimeStamp or even if its seconds happen to have decimals between 59.996 to 59.999 (!) can cause incorrect sorting in Photos.app:

https://medium.com/@lowply/how-to-fix-a-gps-time-stamp-bug-8d8d7584e004

https://discussions.apple.com/thread/252061031?answerId=254264641022#254264641022

So: is there any use of the GPS:GPSTimeStamp if the correct time is already in ExifIFD:DateTimeOriginal? AFAIK the time in GPS:GPSTimeStamp is not very accurate so can it be safely deleted? Or is it better to copy the correct time to it (and GPSDateStamp)?

https://photo.stackexchange.com/questions/77973/when-exactly-is-gpstimestamp

https://exiftool.org/forum/index.php?topic=9494.0

- Matti

StarGeek

I would say that would be a personal preference thing.  You have to take your workflow into account and what programs you might use in the future.  What if Apple actually fixes the damn thing and things get out of order without it?  What if you switch to an entirely different app and things are out of order without it?

Personally, as long as the EXIF subseconds existed, I would probably correct the GPS value to be equal to the DateTimeOriginal with something like (if you have the OffsetTimeOriginal set)
'-GPSTimeStamp<$DateTimeOriginal$OffsetTimeOriginal'
or manually set the timezone
'-GPSTimeStamp<$DateTimeOriginal -08:00'

* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).