prorm API Reference
    Preparing search index...

    Interface TimezoneContext

    Context for timezone resolution (from request/user)

    interface TimezoneContext {
        timezone?: string;
        request?: any;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Additional context data

    Index
    timezone?: string

    User's timezone from request context

    request?: any

    Request object for extracting timezone