DBTIMEZONE

Purpose

This function returns the database time zone which is set system-wide and represents the local time zone of the Exasol servers.

Syntax

dbtimezone::=

Usage notes

  • After changing the cluster time you must restart the entire cluster before the DBTIMEZONE value is updated.
  • In Exasol SaaS the database time zone for all databases is always EUROPE/BERLIN.
  • For more information, see SESSIONTIMEZONE function.

Example

Copy
SELECT DBTIMEZONE;