Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-28-2018 06:59 AM
Hi, when using the command "return datetime()" I get the date & time in return but the time isn't correct (one hour earlier). It's probably a setting that I need to modify somewhere in neo4j. Can you help ?
12-02-2018 08:15 AM
I believe you are getting UTC returned. I typically utilize timestamp(), and then use the apoc features to convert to the format (and optionally the local timezone):
for example:
return apoc.date.format(timestamp(),'ms','yyyy-MM-dd HH:mm:ss.sss','CST')
12-02-2018 10:08 AM
Thanks, another approach which works.
All the sessions of the conference are now available online