add fixme re exif times

This commit is contained in:
Colin McMillen 2023-07-28 12:21:38 -04:00
parent 3a0060fc9d
commit a36bad5c1f

View File

@ -333,6 +333,7 @@ public class Photo {
}
}
// FIXME: there is also a SubSecTimeOriginal tag we could use to get fractional seconds.
// FIXME: I think the iPhone stores time in UTC but other cameras report it in local time.
IExifValue<string>? dateTimeOriginal;
if (exifs.TryGetValue(ExifTag.DateTimeOriginal, out dateTimeOriginal)) {