vira - v31.31.7
    Preparing search index...

    Variable ViraAbsoluteTimeConst

    ViraAbsoluteTime: DeclarativeElementDefinition<
        "vira-absolute-time",
        { time: Readonly<FullDate> } & PartialWithUndefined<
            { showDateOnly: boolean; showTimeOnly: boolean; timezone: Timezone },
        >,
        {},
        {},
        "vira-absolute-time-",
        "vira-absolute-time-",
        readonly [],
        readonly [],
    > = ...

    Displays a FullDate as an absolute, human readable timestamp in the user's timezone (for example Jun 3, 2026 14:30 PDT).