photoprism/internal/meta
Michael Mayer c819e9159c Metadata: Fix time zone for MP4 videos #1388
As it turned out, the exiftool -api QuickTimeUTC parameter converts
CreateDate to local time using the server's time zone. This doesn't
help as it's technically still a local time and not UTC. Had to
implement this manually in our Exiftool JSON parser for MP4 videos only.
2021-07-13 17:56:26 +02:00
..
testdata Metadata: Fix time zone for MP4 videos #1388 2021-07-13 17:56:26 +02:00
codec.go
codec_test.go
data.go
data_test.go
duration.go
duration_test.go
exif.go
exif_parser.go
exif_test.go
gps.go
gps_test.go
json.go
json_exiftool.go Metadata: Fix time zone for MP4 videos #1388 2021-07-13 17:56:26 +02:00
json_gphotos.go
json_test.go Metadata: Fix time zone for MP4 videos #1388 2021-07-13 17:56:26 +02:00
keywords.go
keywords_test.go
meta.go
sanitize.go
sanitize_test.go
xmp.go
xmp_document.go
xmp_test.go