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,
As Matthias already mentioned we've recently been working on making the display value of datetimes consistent throughout GQI. Internally, there are query options to specify both time zone and culture.
However, when the WebAPI currently executes a query, it doesn't make use of that culture option and therefore it always defaults to the Invariant culture.
We'll need to look into supporting that.
Feature task: https://collaboration.dataminer.services/task/205606
Hi Leander, my apologies for any confusion.
As you correctly summarized, in the low-code apps it will currently always show Invariant, and you cannot change that yet.
The options I mentioned only exist in the underlying GQI engine, and will allow us to let you configure the formats in the near future, in the same way you can already configure timezones.
Ok thanks Ronald. Just to make sure I fully understand, I’m querying DOM with GQI queries. But if I understand correctly, that will always show on the low-code app table as Invariant right now, correct?
A bit confused with the possibility you mentioned with having options to specific both time zone and culture in GQI.