CEC-6042 - Fix trex log dates

This commit is contained in:
padamsen_fisker
2024-05-31 10:32:19 -04:00
parent 36941e4aeb
commit 0c01437244

View File

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