qt5base-lts/tests/auto/corelib
Andreas Buhr 3d785249ba Restore previous QDateTime behavior in DST gap
Historic QDateTime behavior when being asked to create a
QDateTime in the DST gap was to interpret the given date
as if it was in the time before that gap, mapping it to a point
in time after the gap. This has changed with
a04411119e .
Since then, the given date is interpreted as if it was in the
time after the gap, thus being mapped to a point in time
before the gap.
This patch restores the historic behavior.
This was not caught by Coin because machines ran in timezone
"Atlantic/Reykjavik" which does not have DST since 1967.
This patch changes tests to always run in "Europe/Oslo".
Driveby: Test function "findSpring" did some operations in
local time, even though being asked to work in a specific
time zone. Fixed that.

Fixes: QTBUG-86960
Fixes: QTBUG-89208
Pick-to: 6.0 5.15
Change-Id: Iecce5898bf9711a10e7dfc0a25e4bbeaed1c8ade
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-12-15 15:54:46 +01:00
..
animation Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE 2020-11-30 17:16:21 +01:00
global CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
io tst_QFile: add a couple more sequential Unix device files 2020-12-10 15:20:33 +01:00
itemmodels Fix invalid QSortFilterProxyModel::dataChanged parameters 2020-11-30 12:39:21 +08:00
kernel QSocketNotifier: extend API to provide more flexible startup 2020-12-11 18:08:31 +02:00
mimetypes CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
plugin Fix tst_qlibrary after rebuild 2020-11-24 21:50:46 +01:00
serialization CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
text CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
thread Add support of invoking QFuture continuations in a given context 2020-12-11 09:36:45 +01:00
time Restore previous QDateTime behavior in DST gap 2020-12-15 15:54:46 +01:00
tools CMake: Regenerate projects using pro2cmake one last time 2020-12-10 11:52:30 +01:00
.prev_CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
CMakeLists.txt Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00
corelib.pro Move QStateMachine from QtCore to QtScxml 2020-08-24 20:10:25 +02:00