MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / nowString

Function nowString

packages/db/src/gsc.ts:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193}
194
195function nowString(): string {
196 return new Date().toISOString().replace('T', ' ').replace('Z', '');
197}
198
199export async function syncGscData(
200 projectId: string,

Callers 1

syncGscDataFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected