The USE_DTENV environment variable
To support compatibility with earlier versions, uses the USE_DTENV environment variable to activate support for non-ANSI date-time formats.
- DBTIME
- GL_DATETIME
- CLIENT_LOCALE
- LC_TIME
- LANG (if LC_TIME is not set)
- ANSI format
When enabled, the USE_DTENV environment variable is passed from the ESQL/C program to the database server. Enabling it for the database server only has no effect. You must set it for the ESQL/C client program, which then passes it to the database server.
If the database server does not support non-ANSI date-time formats, do not set the USE_DTENV environment variable for the ESQL/C client program.
You must set this environment variable to display localized DATETIME values correctly in a database that uses a non-default locale, and for which the GL_DATETIME environment variable has a non-default setting.