Skip to content

DateTime information is misleading #39

Description

@carpeliam

Currently when parsing a date, exif-reader expresses the date in UTC, regardless of any supplemental information available in the exif. This often results in reporting dates incorrectly.

There are a few tags available for knowing timezone offset, including TimeZoneOffset (currently included but not supported by my device) and OffsetTime/OffsetTimeOriginal/OffsetTimeDigitized.

It would be great if the library could, when it's capable of knowing the full date with timezone, return that full date somehow.

It would also be nice to include tags for OffsetTime (0x9010), OffsetTimeOriginal (0x9011), and OffsetTimeDigitized (0x9012). I'd be happy to create a PR for any part of this if that'd be helpful.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions