Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-09-2021 03:33 AM
Good day! I'm new in Neo4j, using neo4j version 4.1.0, Neo4j Desktop Version: 1.3.4
During the course ' INTRODUCTION TO GRAPH ALGORITHMS IN NEO4J 4.X' I'm try to call function
<CALL gds.graph.list()/> but got error Neo.ClientError.Procedure.ProcedureCallFailed
Failed to invoke procedure gds.graph.list
: Caused by: java.lang.IllegalArgumentException: unknown tzid 'GMT+03:00'
Please, provide me some information about this problem
Solved! Go to Solution.
03-09-2021 04:15 AM
I have a workaround that you can try (but now I'm not 100% sure it's going to work), but it should be quick to try at least.
Can you add the following line to your Neo4j settings file:
db.temporal.timezone=UTC
03-09-2021 04:08 AM
Hey,
I'm trying to reproduce and was wondering if you can run this query and paste the result:
return datetime()
03-09-2021 04:12 AM
Result is
"2021-03-09T12:11:23.155000000Z"
03-09-2021 04:14 AM
Oh, that's interesting! When I forced my timezone to GMT+03:00
I was getting an exception when running that function as well as the gds.graph.list
error!
03-09-2021 04:15 AM
I have a workaround that you can try (but now I'm not 100% sure it's going to work), but it should be quick to try at least.
Can you add the following line to your Neo4j settings file:
db.temporal.timezone=UTC
03-09-2021 04:20 AM
Yes, it helped!
Thanks a lot
03-09-2021 04:27 AM
Cool, that's good. I've also reported the issue to the team that works on the GDS library so hopefully, they can fix it in the library rather than us changing the timezone.
All the sessions of the conference are now available online