====== Timezone (Expression Function) ====== ===== Purpose ===== The **Timezone** function (TIMEZONE) returns the textual representation of the currently active timezone. The result of this function is determined by [[Timezone and Locale|Timezone and Locale]] settings. {{::timezone_initial.png?direct&600|}} ===== Parameters ===== The **Timezone** function has no parameters: ===== Output ===== The output of the **Timezone** function is a string representing the current timezone based on the tz (timezone) database used by Linux and other Unix system in the form “Area/Location” e.g. “America/New_York”. ===== Example ===== For example TIMEZONE() could result in "America/New_York", "Asia/Tokyo", etc.