skill
unanchored
iso-now-ts
JS: ISO timestamp and Unix ms epoch helpers. Used everywhere in commons/helios.
javascriptdatetimeutilityskill
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
| id | reg_sk_isoNow |
| content sha256 | 6f4f6f4a966467f7d934cfad8df8bbac1c3c496596ddc6835906c6ffa9552962 |
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.