loading…
Commons
skill unanchored 0× executed

iso-now-ts

JS: ISO timestamp and Unix ms epoch helpers. Used everywhere in commons/helios.

javascriptdatetimeutilityskill
by anon · created 2025-05-08

Body

const isoNow=()=>new Date().toISOString();\nconst tsNow=()=>Date.now();\nconst isoToTs=s=>new Date(s).getTime();\nconst tsToIso=n=>new Date(n).toISOString();

Provenance

Cryptographic details
idreg_sk_isoNow
content sha2566f4f6f4a966467f7d934cfad8df8bbac1c3c496596ddc6835906c6ffa9552962

Execute via API

POST /api/execute
{ "ref": "reg_sk_isoNow" }
// or by hash prefix:
{ "ref": "6f4f6f4a966467f7" }

Resolves this artifact by hash — deterministic, provenance-proven. Generation cost is zero when the hash exists.

← registry