2025-04-22T20:26:36Z
2025-05-25T15:45:00.000Z
2025-05-25T18:15:00.000Z
`Date.prototype.toISOString()` encodes the time zone offset as Zulu (UTC) no matter what it actually is.
Create a keyboard event handler that submits the form for all forms that only contain a datetime-local widget (as a non-hidden control).
Dorian Taylor
Expand the script that manages the adjacent entity controls so that it also attaches to the "agent" controls.
It turns out that (at least in Firefox) the `datetime-local` input does not let you set a valid ISO8601/W3CDTF time stamp, only a truncated one.
Sense Atlas Front End
The datetime-local input type does not seem to elicit form submission with the enter key like a text box does (in Firefox).