From 9e22cd089ef328b13128dc9329dd04c9d7ddfce0 Mon Sep 17 00:00:00 2001 From: Christian Ehrlicher Date: Mon, 14 Oct 2024 18:09:29 +0200 Subject: [PATCH] SQL/PostgreSQL: fix parsing timestamptz return values When setting the timezone explicitly to something different to the localtime (e.g. UTC), the strings returned for timestamptz columns contain a '+xx' annotation which resulted in a parser error. Fixes: QTBUG-129983 Change-Id: I4f5e45860e88a5c44b2f1409dae667984ac90913 Reviewed-by: Edward Welbourne (cherry picked from commit 00edd47762df96614a38f1362c2131e539e43abd) Reviewed-by: Qt Cherry-pick Bot