apoc.date.systemTimezone
Function APOC Core
apoc.date.systemTimezone() - returns the system timezone display name
Usage Examples
The following returns the system timezone where Neo4j is running:
RETURN apoc.date.systemTimezone() AS timezone;
timezone |
---|
"Europe/London" |
Was this page helpful?