mgconsole icon indicating copy to clipboard operation
mgconsole copied to clipboard

mgconsole returns {unknown_value} for datetime values

Open FuzzyStatic opened this issue 4 months ago • 1 comments

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

FuzzyStatic avatar Nov 10 '25 15:11 FuzzyStatic

Hi @FuzzyStatic, thank you for reporting this issue and bringing our attention to it!

matea16 avatar Nov 11 '25 12:11 matea16