Merge branch 'main' into CEC-6051

This commit is contained in:
Paul Adamsen
2024-05-31 13:27:36 -04:00
committed by GitHub

View File

@@ -33,6 +33,6 @@ export const LocalDateTimeString = (datestring) => {
}; };
return toISOStringWithTimezone( return toISOStringWithTimezone(
new Date(datestring.replace(" ", "T")) new Date(datestring)
); );
}; };