https://bugs.kde.org/show_bug.cgi?id=409038

--- Comment #3 from Kusi <k...@forum.titlis.org> ---
(In reply to Maik Qualmann from comment #2)
> Exiftool also finds 09:09:41 as the creation date. There is an additional
> entry in the video called "com.apple.quicktime.creationdate", which has the
> timezone addition. We can add this as a special case.
> 
> Maik

That would be great! How did you check the special tag "com....creationdate"?

For reference:

Create Date in UTC, Creation Date in local time zone
$ exiftool IMG_9360-iPhone.MOV | grep Creat
Create Date                     : 2019:06:22 09:09:41
Creation Date                   : 2019:06:22 11:09:41+02:00

Create Date and Creation Date in local time zone
$ exiftool -api QuickTimeUTC IMG_9360-iPhone.MOV | grep Creat
Create Date                     : 2019:06:22 11:09:41+02:00
Creation Date                   : 2019:06:22 11:09:41+02:00

Source:
https://askubuntu.com/questions/989646/exif-tool-and-video-files-which-are-saved-with-utc-timestamps

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to