exiftool-vendored
    Preparing search index...

    Interface TimezoneOffsetMatch

    Result of parsing a timezone offset regex match.

    interface TimezoneOffsetMatch {
        isUtc: boolean;
        offsetMinutes: number;
    }
    Index

    Properties

    Properties

    isUtc: boolean

    Whether this was a UTC/GMT/Z match

    offsetMinutes: number

    Offset in minutes (e.g., 480 for UTC+8, -300 for UTC-5)