neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
495 stars 70 forks source link

Support UTC DateTime Structures #383

Closed fbiville closed 2 years ago

fbiville commented 2 years ago

Contrary to 5.0, invalid timezones received from the server will result in the transaction being retried and cause the connection to eventually put back to pool, after all attempts are exhausted.

While this is not ideal, this has been done so to minimize breaking changes in 4.x.