API reference › @evolu/common › local‑first/Timestamp › timestampToDateIso
function timestampToDateIso(timestamp: Timestamp): string & Brand<"DateIso">;
Defined in: packages/common/src/local-first/Timestamp.ts:347
Convert a Timestamp to an ISO 8601 DateIso string.
The conversion uses the timestamp's millis (a Millis value) and
Date.prototype.toISOString() to produce a DateIso.