Reporting and TZ updates

This commit is contained in:
2026-06-28 07:37:41 -04:00
parent 5e12561fb2
commit c2e4d2adeb
18 changed files with 719 additions and 268 deletions
+1 -1
View File
@@ -315,7 +315,7 @@
}
function fromLocalInputValue(value) {
return new Date(value).toISOString();
return `${value}:00Z`;
}
function showMessage(message, isError = false, clear = false) {