summaryrefslogtreecommitdiff
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Simplify calculation of week numberLars Knoll2015-03-111-50/+17
* QDateTime: Fix time format in docOrgad Shaneh2015-01-071-1/+1
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Workaround a bug in mktime on QNXFabian Bumberger2013-03-131-0/+10
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Elaborate shortDayName(), etc using default locale.Leonard Lee2012-12-201-10/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Changes in Symbian CleanupStack use to allow dodgy app startMurray Read2012-02-081-0/+2
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-311-0/+2
|\
| * Doc: added since tag to QDateTime::msecsToJoerg Bornemann2011-08-301-0/+2
* | Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-301-1/+4
|\ \ | |/
| * Fixed Symbian memory leak in utcToLocal(QDate &, QTime &)mread2011-08-051-1/+4
* | Doc: Fixed date format doc bug in QDateTime/Qt namespaceGeir Vattekar2011-08-221-2/+2
|/
* Fix bug about daylight saving missing on Symbian platfrom.Honglei Zhang2011-05-291-23/+37
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update documentation of QDateTime::toStringJens Georg2011-04-271-1/+5
* Fix QDateTime::toString for Qt::ISODateJens Georg2011-04-271-0/+15
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | deal with utcOffset in a correct wayRitt Konstantin2011-01-111-2/+4
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231-0/+1
|\ \ | |/
| * Added the default format of QTime::toString().Jerome Pasion2010-10-111-0/+1
* | Helper functions for converting Symbian OS TTimeShane Kearns2010-09-071-0/+35
|/
* Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-1/+26
* Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
* Doc: Fixed documentation errors.David Boddie2010-06-181-2/+2
* doc: Fixed many broken links.Martin Smith2010-05-191-6/+6
* Added QDateTime::msecsTo()Jason Hollingsworth2010-05-111-8/+36
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-201-4/+5
|\
| * Use a compile time constant for the C epoch as a julian day.Shane Kearns2010-04-201-3/+4
| * Fix test failures for qdatetime on symbian and winceShane Kearns2010-04-201-1/+1
* | Document the time format pattern for timezone info.Denis Dzyubenko2010-04-161-0/+1
|/
* Merge remote branch 'origin/4.7' into 4.7Olivier Goffart2010-04-011-20/+107
|\
| * Fix compilation on Windows: forgot to change one toTime_tHelperThiago Macieira2010-03-311-1/+1
| * Rename the xxxMsecsSinceEpoch functions to xxxMSecsSinceEpoch.Thiago Macieira2010-03-311-16/+16
| * Add QDateTime members that operate on 64-bit milliseconds.Thiago Macieira2010-03-311-15/+102
* | Fix QDate::isLeapYear() for years < 1John Layt2010-03-301-1/+4
|/
* Bugfix the Symbian implementationThiago Macieira2010-03-171-2/+2
* Add QDateTime::currentDateTimeUtc and QDateTime::currentMsecsSinceEpochThiago Macieira2010-03-171-106/+247
* Revert "Daylight savings time for Symbian take 2"Janne Koskinen2010-02-041-37/+23
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6Janne Koskinen2010-01-251-1/+1
|\
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | Daylight savings time for Symbian take 2Janne Koskinen2009-12-281-23/+37
* | Revert "Daylight savings time for Symbian."Janne Koskinen2009-12-231-37/+23
* | Daylight savings time for Symbian.Janne Koskinen2009-12-221-23/+37
|/
* Fixed: Variable res goes out of scope but is accessed later via pointerMiikka Heikkinen2009-10-291-3/+3