MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / now

Function now

apps/api/src/lib/time/now.ts:10–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 * forbidden by `code-flow/no-bare-date-now`.
9 */
10export function now(): string {
11 return new Date().toISOString();
12}
13
14/**
15 * Epoch milliseconds form of {@link now}. The numeric variant used

Callers 15

expireAdminPlansJobFunction · 0.90
settleSentFunction · 0.90
settleSuppressedFunction · 0.90
settleFailedFunction · 0.90
markUsedFunction · 0.90
tryClaimMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected