method IRuntimeServices.now
IRuntimeServices.now(): number

Returns the current wall-clock time in milliseconds since the epoch.

Return Type

number

Milliseconds since the Unix epoch

Usage

import { type IRuntimeServices } from "common/src/index.ts";