I ran CALL apoc.date.parseDefault('1969-07-21 02:56:15', 's') YIELD value
in the browser of neo4j. But it does not work.
The error is: There is no procedure with the name apoc.date.parseDefault registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
I could run CALL apoc.load.json(url) YIELD value or CALL apoc.help("apoc") work without any problem.
(Question originally asked in the comment here)