CEC-6042 - Fix trex log dates
This commit is contained in:
@@ -33,6 +33,6 @@ export const LocalDateTimeString = (datestring) => {
|
||||
};
|
||||
|
||||
return toISOStringWithTimezone(
|
||||
new Date(datestring.replace(" ", "T"))
|
||||
new Date(datestring)
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user