93e55e8e37
deploy / deploy (push) Successful in 1m19s
The datetime-local input was populated by slicing the raw UTC ISO string, so a saved time appeared shifted by the local offset (e.g. 12:00 Moscow rendered as 09:00). Convert the UTC instant to local wall-clock on load via isoToLocalInput; the save path already round-trips local -> UTC. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>