Hi Tony!

On Fri, 1 May 2020 at 02:00, Tony Rietwyk <t...@rightsoft.com.au> wrote:
>
> Hi Lisandro,
>
> AFAIK that is a bug in the design of the Qt SQL api's.  There is no way
> to specify to QSqlField/QSqlResult that the date being read is UTC.  You
> have to read the QSqlQuery yourself, convert the QVariant to QDateTime,
> apply the time spec, then pass the value to the UI.
>
> Maybe you can derive from QSqlRelationalTableModel and override the data
> method to set the time spec?

I see.Maybe I'll try this, yes. I'll come back with the results if I
get to do it.

Thanks!

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to