From a36bad5c1facb6fe2730607f0b3fab10063ed552 Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 28 Jul 2023 12:21:38 -0400 Subject: [PATCH] add fixme re exif times --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index af90fd2..b3e7cc9 100644 --- a/Program.cs +++ b/Program.cs @@ -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? dateTimeOriginal; if (exifs.TryGetValue(ExifTag.DateTimeOriginal, out dateTimeOriginal)) {