neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
671 stars 345 forks source link

Fix formatting of large duration values #1958

Closed OskarDamkjaer closed 4 months ago

OskarDamkjaer commented 7 months ago

Neo4j supports larger duration values than the library we used for formatting/normalizing durations supported, so we'll go back to less fancy formatting of durations.

With this change, the following: RETURN duration("PT9223372036854775806S") as a, duration("PT9223372036854775807S") as b returns the expected results again.