Re: [Interest] QDateTime uses different time zone offset prior to UNIX epoch?

2019-09-21 Thread Patrick Stinson
Ah, I read your response in the forum differently. Thank you. > On Sep 21, 2019, at 2:18 AM, Christian Ehrlicher wrote: > > Am 21.09.2019 um 00:12 schrieb Thiago Macieira: >>> On Friday, 20 September 2019 14:20:40 PDT Patrick Stinson wrote: >>> QDateTime initializes with a different time zone

Re: [Interest] Assertions from QQuickTableView::forceLayout()

2019-09-21 Thread Giuseppe D'Angelo via Interest
Il 21/09/19 05:40, Patrick Stinson ha scritto: In many cases this assertion happens when TableView.rows is out of sync with model.rowCount(), or TableView.columns is out of sync with model.columnCount(). The fact that these are out of sync at all seems to me to be a bug? Do you have a

Re: [Interest] QDateTime uses different time zone offset prior to UNIX epoch?

2019-09-21 Thread Christian Ehrlicher
Am 21.09.2019 um 00:12 schrieb Thiago Macieira: On Friday, 20 September 2019 14:20:40 PDT Patrick Stinson wrote: QDateTime initializes with a different time zone offset when passed a QDate before versus after Jan 1 1970. The following line says it all: QDateTime(QDate(1969, 10,