qt5base-lts/tests/auto/corelib
Edward Welbourne ced34cb3d5 QDateTimeParser: avoid using an invalid hour by default
When a time-zone does a spring-forward, skipping an hour (either to
start DST or to move its standard time), there's an hour that doesn't
exist on the day in question.  That hour can be the first hour of the
day, in which case using 0:0 as the default time is broken.  So catch
this case and use the first time that day that makes sense.

Fixes: QTBUG-70823
Change-Id: I23dae9320a3cdd2c988841a7db1b111edb945730
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2018-10-02 13:49:45 +00:00
..
animation _q_interpolate<T> is unsafe with unsigned template arguments 2018-08-22 08:38:44 +00:00
codecs Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
global Android: fix tst_qlogging 2018-06-28 07:29:30 +00:00
io Fix QUrl::matches for when removing authority parts (other than host) 2018-09-29 00:33:39 +00:00
itemmodels QSortFilterProxyModel inserting at bottom of source model 2018-08-17 08:10:11 +00:00
kernel QObject: do allow setProperty() to change the type of the property 2018-08-04 15:46:02 +00:00
mimetypes QMimeDatabase: fix assert when fetching data for invalid mimetype 2018-04-06 07:19:01 +00:00
plugin tst_qpluginloader: Fix preprocessor condition 2018-07-27 04:48:30 +00:00
serialization QJsonDocument: Make emptyObject an object 2018-07-31 09:33:42 +00:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread tst_qthreadpool: Skip "stackSize" if unsupported 2018-06-27 17:40:28 +00:00
tools QDateTimeParser: avoid using an invalid hour by default 2018-10-02 13:49:45 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00