Skip to content

Support for ISO8601 date time format in iPhone QuickTime files #257

@michafrank

Description

@michafrank

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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions