It appears that the Universal GUI uses the application language (as specified via user preferences) to determine the display of columns with the datetime2
datatype. However, this seems to be undesired behavior. I would expect the Universal GUI to rely on the settings configured for the IAM user instead.
In the Windows application, we use the WindowsCulture
parameter in the .ini
file.
As Niverplast is an international company, we use English as the default application language. However, since our headquarters are located in the Netherlands, my Dutch colleagues have been assigned the time zone ID Europe/Amsterdam
in IAM.
I notice that when changing the application language via user preferences, this update is correctly reflected in IAM, which is good. However, the usr
time_zone_id
does not seem to have any functional value.
Does the lack of functional value for usr_time_zone_id indeed qualify as undesired behavior and thus a bug?