Answers for "neo4j datetime ms with timezone"

0

neo4j datetime ms with timezone

SET h.updated = apoc.date.format(1644569392639, 'ms', 'yyyy-MM-dd HH:mm:ss','CET')
 // the last parameters is the string identifier of the time zone you want.
Posted by: Guest on February-11-2022

Code answers related to "neo4j datetime ms with timezone"

Browse Popular Code Answers by Language