Files
edgeKey/lib/utils/time.ts
2026-04-21 11:56:35 +08:00

4 lines
64 B
TypeScript

export function nowIso() {
return new Date().toISOString();
}