2025-05-25T19:51:38Z

`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

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString

Sense Atlas Front End