summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qdatetime
Commit message (Expand)AuthorAgeFilesLines
* Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
* Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-1/+3
* Add DST-change test for a date derived via .toLocalTime().Edward Welbourne2016-01-261-0/+24
* Test .addDays() and .addMonths() are sensible around DST changes.Edward Welbourne2016-01-261-2/+40
* Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6
* Expand springForward_data() to cover a few more time-zones.Edward Welbourne2016-01-201-3/+35
* Be fussier about setting tst_QDateTime's globals.Edward Welbourne2016-01-201-14/+63
* Nomenclature corrections relating to CET.Edward Welbourne2016-01-201-37/+37
* Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-2/+0
* Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
* Add spring-forward testEdward Welbourne2015-11-091-0/+44
* tst_qdatetime: Fix compiler warning about uninitialized variable.Friedemann Kleint2015-11-051-2/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
|\
| * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
* | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-4/+2
|/
* tst_QDateTime: remove silly test for timezone date too earlyThiago Macieira2015-03-111-7/+5
* tst_QDateTime: Mark more Windows incorrect transitionsThiago Macieira2015-03-111-0/+12
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-12/+0
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-071-0/+53
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-0/+12
|\
| * Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-231-0/+12
* | Fixed license headersJani Heikkinen2015-02-171-1/+1
* | Update copyright headersJani Heikkinen2015-02-112-29/+21
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-211-0/+8
|\|
| * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-0/+8
* | Add Objective-C specific type converters to QDateTimeJake Petroules2014-10-073-0/+99
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNX: Make QDateTime "daylightTransitions" auto test passBernd Weimer2014-05-141-7/+7
* QDateTime: Add more tests for parsing/writing timezone offsetsDaniel Seither2014-05-081-0/+8
* Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-0/+7
|\
| * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-101-2/+42
|\|
| * Autotest: Fix QDateTime failure if the test got run West of GreenwichThiago Macieira2014-01-091-2/+42
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+7
|\|
| * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-0/+6
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-0/+25
|\|
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-0/+4
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-0/+21
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-041-24/+6
|\|
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-24/+6
* | WinRT: Fix various test compilationsAndrew Knight2013-10-021-1/+4
|/
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-0/+200
* QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+23
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-6/+0
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-34/+16
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-12/+9
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-14/+13
* QDateTime - Add test case for Daylight Time TransitionsJohn Layt2013-09-141-0/+377