exiftool-vendored
    Preparing search index...

    Interface TzSrc

    interface TzSrc {
        leftovers?: string;
        src: string;
        tz: string;
        zone: string;
    }
    Index

    Properties

    Properties

    leftovers?: string

    If given a string, this is the remaining string left after extracting the timezone

    src: string
    tz: string

    The timezone name, e.g. "America/New_York", "UTC+2", or "Z"

    zone: string

    The timezone name, e.g. "America/New_York", "UTC+2", or "Z"