summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Call tzset() before localtime_r() as the docs say.Gunnar Sletta2014-05-161-0/+3
* QDateTime: Fix sign handling in the timezone offset writerDaniel Seither2014-05-081-1/+1
* QDateTime: Fix sign handling in the timezone offset parserDaniel Seither2014-05-081-6/+13
* Correctly manipulate tm_gmtoff the way qt_timezone() needs.Raphael Kubo da Costa2014-02-071-1/+11
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-211-11/+45
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-11/+45
| |\
| | * QNX: Fix compilation of qdatetime.cppSergio Ahumada2014-01-181-2/+2
| | * Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
| | * QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+5
| | * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+9
* | | Fix compilation error on FreeBSDGabriel de Dietrich2014-01-211-0/+5
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-10/+9
|\|
| * QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
| * QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-28/+33
|\|
| * QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
| * QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-111-48/+48
|\|
| * Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-48/+48
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-091-10/+44
|\|
| * QDateTime - Fix round-trip of second occurrence timesJohn Layt2013-09-271-10/+44
* | WinRT: Locale handling supportKamil Trzcinski2013-10-051-0/+3
|/
* Fix conversion from 8-bit to QString without proper encodingThiago Macieira2013-09-231-1/+1
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-12/+297
* QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+26
* QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-31/+143
* QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-345/+527
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14
* QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
* QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-141-98/+94
* QDateTime - Switch to using msecs based functionsJohn Layt2013-09-141-183/+29
* QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-131-2/+21
* QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-091-1715/+1
* QDateTime - Change debug output to ISO FormatJohn Layt2013-09-061-3/+18
* QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-061-309/+271
* QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-197/+9
* qdatetime: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-031-0/+106
* QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-291-10/+59
* QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-281-137/+320
* QDateTime - Use the copy constructor in addDays/Months/YearsJohn Layt2013-08-211-3/+12
* Add the RFC2822Date formatKevin Ottens2013-07-241-0/+135
* Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-4/+20
* Make QTime::toString output milliseconds for Qt::TextDate, Qt::ISODate.Mitch Curtis2013-06-031-15/+16
* Revert QDateTime serialisation to pre-Qt 5 behaviour.Mitch Curtis2013-05-081-2/+5
* Merge remote-tracking branch 'gerrit/release' into stableSamuel Rødal2013-03-211-10/+5
|\