// src/utils/date.ts export function getIsoDate(): string { return new Date().toISOString(); }