OpenTelemetry SDK
    Preparing search index...
    interface Clock {
        now(): number;
    }

    Implemented by

    Index

    Methods

    Methods

    • Return the current time in milliseconds from some epoch such as the Unix epoch or process start

      Returns number