• Returns the current UTC time.

    Returns Date

    The current UTC time.

    Example

    const now = utcNow();
    console.log(now); // Current UTC time

Generated using TypeDoc