Hi all,
I have create a DOM definition with 2 DateTime columns. A Low-Code App shows a table linked to the DOM instances, showing also the 2 datetimes. However, not into the regional format that I'm looking for.
What settings does define how DateTime values of a DOM instance are displayed in a Low-Code App? Is it defined by the client-side regional settings, or should a server-side system setting be updated?
Thx,
Hi Leander,
This is fixed recently in the software with RN 35640.
As stated in that release note:
"DateTime values in the GQI records were always converted to the time zone configured in the query options after each step in the query."
"Now with this fix, all raw date time values are converted to UTC as soon as possible, and will remain so in the query result.
The configured time zone is now only used for the display value of these DateTimes."
Hope this helps you further.