@zodiacs/engine 0.1.1-rc.1
    Preparing search index...

    Interface LocalTimeResolution

    interface LocalTimeResolution {
        flags: ("dst-gap" | "dst-fold" | "lmt")[];
        offsetMinutes: number;
        utc: Date;
    }
    Index
    flags: ("dst-gap" | "dst-fold" | "lmt")[]
    offsetMinutes: number

    Minutes east of UTC; may be fractional for historical local mean time.

    utc: Date