Precedence for DATETIME display formats

The HCL OneDB™ ESQL/C DATETIME-format functions use a precedence to determine the display format of values in DATETIME columns.

The precedence is as follows:
  1. The display format that DBTIME specifies (if DBTIME is set)
  2. The display format that GL_DATETIME specifies (if GL_DATETIME is set)
  3. The date and time display formats that the client locale specifies (if CLIENT_LOCALE is set)
  4. The date and time display format from the default locale: %iY-%m-%d %H:%M:%S