This commit is contained in:
Jan Prochazka
2020-05-21 15:16:38 +02:00
parent 68f5c88fb8
commit f630c68af2

View File

@@ -135,7 +135,7 @@ function highlightSpecialCharacters(value) {
return value;
}
const dateTimeRegex = /\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d\d\d)?Z?/;
const dateTimeRegex = /^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d\d\d)?Z?$/;
function CellFormattedValue({ value }) {
if (value == null) return <NullSpan>(NULL)</NullSpan>;