Precedence of default time zone sources for ABL time date functions
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Precedence of default time zone sources for ABL time date functions
The ABL TODAY, TIME, NOW, MTIME and TIMEZONE functions
as well as database and temp-table fields with initial values of TODAY or NOW need
a default time zone in order to be correctly resolved by the AVM.
The following list describes the different time sources. The first
item has the lowest precedence.
- The default time zone of the operating system where the current session is running.
- The time zone offset specified in the
TIMEZONEattribute of theSESSIONsystem handle. This attribute can be changed within the session. - The time zone of the server specified in the
TIME-SOURCEattribute of theSESSIONsystem handle. This attribute can be changed within the session.