apoc.date.systemTimezone

Function APOC Core

apoc.date.systemTimezone() - returns the system timezone display name

Signature

apoc.date.systemTimezone() :: (STRING?)

Usage Examples

The following returns the system timezone where Neo4j is running:

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

"Europe/London"