apoc.date.systemTimezone

Details

Syntax

apoc.date.systemTimezone()

Description

Returns the display name of the system time zone (e.g. Europe/London).

Returns

STRING

Usage Examples

The following returns the system timezone where Neo4j is running:

RETURN apoc.date.systemTimezone() AS timezone;
Results
timezone

"Europe/London"