Skip to content

mgconsole returns {unknown_value} for datetime values #89

@FuzzyStatic

Description

@FuzzyStatic

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions