API reference / @evolu/common / Time / Time
Interface: Time
Defined in: packages/common/src/Time.ts:5
Retrieves the current time in milliseconds, similar to Date.now().
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
now | readonly | () => number | packages/common/src/Time.ts:6 |
nowIso | readonly | () => string & Brand<"DateIso"> | packages/common/src/Time.ts:7 |