You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DirectoryExtensions.TryGetDateTime uses an exhaustive list of date formats to try when parsing Exif date-time strings.
I just stumbled upon a file containing the following date-time strings (as DateDigitized/DateOriginal): 2007/06/30 18:45:17
The data was probably produced by some device called 3MegaCam. Sounds like a cheap and very old digicam. ¯\(ツ)/¯
This date-time format with slashes as delimiters for the date components is not covered by DirectoryExtensions.TryGetDateTime's current format list
The text was updated successfully, but these errors were encountered:
@RealDolos thanks for the report. Are you able to publicly share a file that contains this data? It would help ensure that any fix here is not regressed in future.
DirectoryExtensions.TryGetDateTime
uses an exhaustive list of date formats to try when parsing Exif date-time strings.I just stumbled upon a file containing the following date-time strings (as DateDigitized/DateOriginal):
2007/06/30 18:45:17
The data was probably produced by some device called
3MegaCam
. Sounds like a cheap and very old digicam. ¯\(ツ)/¯This date-time format with slashes as delimiters for the date components is not covered by
DirectoryExtensions.TryGetDateTime
's current format listThe text was updated successfully, but these errors were encountered: