apoc.date.systemTimezone
Function
apoc.date.systemTimezone()
- returns the display name of the system time zone (e.g. Europe/London).
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?