summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-061-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
* Reimplementing QDate/QTime/QDateTime in Symbian native mannerAleksandar Sasha Babic2009-10-191-1/+61
* Revert "Workaround for OpenC daylight saving cache issue when using localtime...Aleksandar Sasha Babic2009-10-091-30/+2
* Workaround for OpenC daylight saving cache issue when using localtime_r.Janne Anttila2009-10-081-2/+30
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Use QExplicitlySharedDataPointerHarald Fernengel2009-08-201-3/+2
* | Merge commit 'qt/master'Jason Barron2009-08-181-6/+0
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-6/+0
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicmread2009-08-071-11/+4
|\ \ \
| * \ \ Merge commit 'qt/master-stable'Jason Barron2009-07-271-11/+4
| |\ \ \ | | |/ /
| | * | Build fix for mingwThierry Bastian2009-07-141-1/+1
| | * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-10/+3
* | | | check for possibility that time pointer is NULLmread2009-08-071-1/+2
|/ / /