Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-26-2021 01:44 AM
Hi,
the answer to your question can be found on this page: Dates, datetimes, and durations - Developer Guides (neo4j.com).
Start reading under "Table 6" ("And finally filtering durations..."). So the answer is:
return datetime() + duration("PT45M") > datetime() + duration("PT44M")
Regards,
Elena
02-26-2021 01:44 AM
Hi,
the answer to your question can be found on this page: Dates, datetimes, and durations - Developer Guides (neo4j.com).
Start reading under "Table 6" ("And finally filtering durations..."). So the answer is:
return datetime() + duration("PT45M") > datetime() + duration("PT44M")
Regards,
Elena
All the sessions of the conference are now available online