mgconsole
mgconsole copied to clipboard
mgconsole returns {unknown_value} for datetime values
When running a match query for a datetime value, mgconsole return {unknown_value}
MATCH (n:node) WHERE n.id = "12345" RETURN n.datetime_value;
+----------------------------------+
| n.datetime_value |
+----------------------------------+
| {unknown value} |
+----------------------------------+
When querying through the UI or the neo4j driver the value returns as a proper datetime string
2025-11-10T20:22:45.678Z
Hi @FuzzyStatic, thank you for reporting this issue and bringing our attention to it!