- Introduction to WorkXpress
- Building Your Application
- Examples and Best Practices
- Technical Manual
The Timezone function (TIMEZONE) returns the textual representation of the currently active timezone. The result of this function is determined by Timezone and Locale settings.
The Timezone function has no parameters:
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”.
For example TIMEZONE() could result in “America/New_York”, “Asia/Tokyo”, etc.