Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.8.1
-
None
Description
is it an intended breaking change or a bug that when getting a QDateTime value from
QSqlRecord::value(colIndex).toDateTime()
in Qt 6.8.1 is returned as UTC while it was local time in 6.7.3? Observed when using Postgresql (PSQL)
6.7.3:
QDateTime(2025-01-21 14:52:28.552 Mitteleuropäische Zeit Qt::LocalTime)
6.8.1:
QDateTime(2025-01-21 13:52:28.552 UTC Qt::UTC)