@flightlesslabs/utils - v0.3.0
    Preparing search index...

    Interface GetMomentSettings

    Settings to control how the date/time is returned.

    interface GetMomentSettings {
        timezone?: string;
        utc?: boolean;
    }
    Index

    Properties

    Properties

    timezone?: string

    Timezone identifier (e.g., "America/New_York").

    utc?: boolean

    Whether to return the time in UTC.

    If true, overrides GetMomentSettings.timezone.