The QuickTime `.mov` files produced by my iPhone use the `ISO8601` format in the _QuickTime Metadata Header_, e.g. `2019-12-24T22:35:06+0100`. This format is not supported by the `TryGetDateTime()` extension function (in class `DirectoryExtensions`). The date can be parsed with this custom date and time format string: `yyyy-MM-ddTHH:mm:sszzz`. I propose to add this format string to the private list of formats in `string[] _datePatterns` which is used by the `TryGetDateTime()` function. Thanks a lot for this great library!