Kbase P163105: Does the field _dbStatus._DBStatus-fbDate always contain English month values like "Jan", "Feb", "Ma
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/04/2010 |
|
Status: Unverified
GOAL:
4GL/ABL: Does the field _dbStatus._DBStatus-fbDate always contain English month values like "Jan", "Feb", "Mar", etc.?
GOAL:
Is the value of the _dbStatus._DBStatus-fbDate field localized and is written in the local language?
GOAL:
If a database is created based on the French or some other language empty database, does the language of the above field remain English or does it change to the local language?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
OpenEdge Category: Database
FIX:
The _dbstatus-fbdate field is a character string. The conversion from a UTC date/time value to character is performed by calling the ctime_r() function of the C runtime library.
This conversion does not take the database language into account, only whatever locale information and timezone the C runtime library uses.