Vinelab / NeoEloquent

The Neo4j OGM for Laravel
MIT License
633 stars 197 forks source link

Unsupported property type: class java.time.ZonedDateTime #313

Closed Izio91 closed 3 years ago

Izio91 commented 5 years ago

I have a neo4j db already filled by nodes and edge, in particular on some edge I have this properties: { "start": "2018-01-01T00:00:02Z", "coordinates": [ 0, 0, 0 ] } The start property is in accord with DateTime format but when I try to retrieve it I have an internal server error, and the file log report

Unsupported property type: class java.time.ZonedDateTime.

What I'm wrong?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.