Reporting and TZ updates
This commit is contained in:
@@ -315,7 +315,7 @@
|
||||
}
|
||||
|
||||
function fromLocalInputValue(value) {
|
||||
return new Date(value).toISOString();
|
||||
return `${value}:00Z`;
|
||||
}
|
||||
|
||||
function showMessage(message, isError = false, clear = false) {
|
||||
|
||||
Reference in New Issue
Block a user