openspec/changes/fix-cli-local-date-semantics/proposal.md
Two CLI code paths currently derive date-only values by truncating a UTC ISO timestamp: archive directory prefixes and the created field in newly scaffolded change metadata. Near a local midnight boundary, these values can resolve to the previous or next calendar date instead of the date in the CLI process's effective local time zone.
YYYY-MM-DD.created field of newly created change metadata.None.
cli-archive: archive target names use the CLI process's effective local calendar date.change-creation: newly created change metadata records the CLI process's effective local calendar date.